Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Bill = nook.Villager{ Character: billCharacter, Personality: personality.Jock, Phrase: billPhrase} )
View Source
var ( Deena = nook.Villager{ Character: deenaCharacter, Personality: personality.Normal, Phrase: deenaPhrase} )
View Source
var ( Derwin = nook.Villager{ Character: derwinCharacter, Personality: personality.Lazy, Phrase: derwinPhrase} )
View Source
var ( Drake = nook.Villager{ Character: drakeCharacter, Personality: personality.Lazy, Phrase: drakePhrase} )
View Source
var ( Freckles = nook.Villager{ Character: frecklesCharacter, Personality: personality.Peppy, Phrase: frecklesPhrase} )
View Source
var ( Fruity = nook.Villager{ Character: fruityCharacter, Personality: personality.Jock, Phrase: fruityPhrase} )
View Source
var ( Gloria = nook.Villager{ Character: gloriaCharacter, Personality: personality.Snooty, Phrase: gloriaPhrase} )
View Source
var ( Joey = nook.Villager{ Character: joeyCharacter, Personality: personality.Lazy, Phrase: joeyPhrase} )
View Source
var ( Ketchup = nook.Villager{ Character: ketchupCharacter, Personality: personality.Peppy, Phrase: ketchupPhrase} )
View Source
var ( Maelle = nook.Villager{ Character: maelleCharacter, Personality: personality.Snooty, Phrase: maellePhrase} )
View Source
var ( Mallary = nook.Villager{ Character: mallaryCharacter, Personality: personality.Snooty, Phrase: mallaryPhrase} )
View Source
var ( Miranda = nook.Villager{ Character: mirandaCharacter, Personality: personality.Snooty, Phrase: mirandaPhrase} )
View Source
var ( Molly = nook.Villager{ Character: mollyCharacter, Personality: personality.Normal, Phrase: mollyPhrase} )
View Source
var ( Pate = nook.Villager{ Character: pateCharacter, Personality: personality.Peppy, Phrase: patePhrase} )
View Source
var ( Pompom = nook.Villager{ Character: pompomCharacter, Personality: personality.Peppy, Phrase: pompomPhrase} )
View Source
var ( Quillson = nook.Villager{ Character: quillsonCharacter, Personality: personality.Smug, Phrase: quillsonPhrase} )
View Source
var ( Scoot = nook.Villager{ Character: scootCharacter, Personality: personality.Jock, Phrase: scootPhrase} )
View Source
var ( Shinabiru = nook.Villager{ Character: shinabiruCharacter, Personality: personality.Jock, Phrase: shinabiruPhrase} )
View Source
var ( Villagers = nook.Villagers{ character.Bill: Bill, character.Deena: Deena, character.Derwin: Derwin, character.Drake: Drake, character.Fruity: Fruity, character.Freckles: Freckles, character.Gloria: Gloria, character.Joey: Joey, character.Ketchup: Ketchup, character.Maelle: Maelle, character.Mallary: Mallary, character.Miranda: Miranda, character.Molly: Molly, character.Pate: Pate, character.Pompom: Pompom, character.Quillson: Quillson, character.Shinabiru: Shinabiru, character.Scoot: Scoot, character.Weber: Weber} )
View Source
var ( Weber = nook.Villager{ Character: weberCharacter, Personality: personality.Lazy, Phrase: weberPhrase} )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.