7 lines
75 B
Plaintext
7 lines
75 B
Plaintext
RoleConfig = {}
|
|
|
|
RoleConfig.Gender = {
|
|
None = 0,
|
|
Male = 1,
|
|
Female = 2,
|
|
} |