Documentation ¶
Overview ¶
Package gender exports the various genders of characters found in the Animal Crossing series.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Female represents the Female gender type in the Animal Crossing series. Female = nook.Gender{ Name: femaleName} )
View Source
var ( // Male represents the Male gender type in the Animal Crossing series. Male = nook.Gender{ Name: maleName} )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.