Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Aisle = nook.Villager{ Character: aisleCharacter, Personality: personality.Lazy, Phrase: aislePhrase} )
View Source
var ( Barold = nook.Villager{ Character: baroldCharacter, Personality: personality.Lazy, Phrase: baroldPhrase} )
View Source
var ( Bluebear = nook.Villager{ Character: bluebearCharacter, Personality: personality.Peppy, Phrase: bluebearPhrase} )
View Source
var ( Cheri = nook.Villager{ Character: cheriCharacter, Personality: personality.Peppy, Phrase: cheriPhrase} )
View Source
var ( Chester = nook.Villager{ Character: chesterCharacter, Personality: personality.Lazy, Phrase: chesterPhrase} )
View Source
var ( Cupcake = nook.Villager{ Character: cupcakeCharacter, Personality: personality.Snooty, Phrase: cupcakePhrase} )
View Source
var ( Judy = nook.Villager{ Character: judyCharacter, Personality: personality.Snooty, Phrase: judyPhrase} )
View Source
var ( June = nook.Villager{ Character: juneCharacter, Personality: personality.Normal, Phrase: junePhrase} )
View Source
var ( Kody = nook.Villager{ Character: kodyCharacter, Personality: personality.Jock, Phrase: kodyPhrase} )
View Source
var ( Maple = nook.Villager{ Character: mapleCharacter, Personality: personality.Normal, Phrase: maplePhrase} )
View Source
var ( Marty = nook.Villager{ Character: martyCharacter, Personality: personality.Lazy, Phrase: martyPhrase} )
View Source
var ( Murphy = nook.Villager{ Character: murphyCharacter, Personality: personality.Cranky, Phrase: murphyPhrase} )
View Source
var ( Olive = nook.Villager{ Character: oliveCharacter, Personality: personality.Normal, Phrase: olivePhrase} )
View Source
var ( Pekoe = nook.Villager{ Character: pekoeCharacter, Personality: personality.Normal, Phrase: pekoePhrase} )
View Source
var ( Poko = nook.Villager{ Character: pokoCharacter, Personality: personality.Jock, Phrase: pokoPhrase} )
View Source
var ( Poncho = nook.Villager{ Character: ponchoCharacter, Personality: personality.Jock, Phrase: ponchoPhrase} )
View Source
var ( Pudge = nook.Villager{ Character: pudgeCharacter, Personality: personality.Lazy, Phrase: pudgePhrase} )
View Source
var ( Stitches = nook.Villager{ Character: stitchesCharacter, Personality: personality.Lazy, Phrase: stitchesPhrase} )
View Source
var ( Tammy = nook.Villager{ Character: tammyCharacter, Personality: personality.BigSister, Phrase: tammyPhrase} )
View Source
var ( Villagers = nook.Villagers{ character.Barold: Barold, character.Aisle: Aisle, character.Bluebear: Bluebear, character.Chester: Chester, character.Cheri: Cheri, character.Cupcake: Cupcake, character.Judy: Judy, character.Kody: Kody, character.June: June, character.Marty: Marty, character.Maple: Maple, character.Murphy: Murphy, character.Olive: Olive, character.Pekoe: Pekoe, character.Poko: Poko, character.Poncho: Poncho, character.Pudge: Pudge, character.Stitches: Stitches, character.Tammy: Tammy, character.Vladimir: Vladimir} )
View Source
var ( Vladimir = nook.Villager{ Character: vladimirCharacter, Personality: personality.Cranky, Phrase: vladimirPhrase} )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.