Terraria v1.4.4.9
Terraria source code documentation
|
Static Public Attributes | |
static SetFactory | Factory = new SetFactory(Count) |
static bool[] | Male = Factory.CreateBoolSet(0, 1, 2, 3, 8, 10) |
static int[] | AltGenderReference = Factory.CreateIntSet(0, 0, 4, 4, 0, 1, 5, 5, 1, 2, 6, 6, 2, 3, 7, 7, 3, 8, 9, 9, 8, 10, 11, 11, 10) |
static int[] | VariantOrderMale = new int[6] { 0, 1, 2, 3, 8, 10 } |
static int[] | VariantOrderFemale = new int[6] { 4, 5, 6, 7, 9, 11 } |
Definition at line 5 of file PlayerVariantID.cs.