diff options
Diffstat (limited to 'constants.gd')
-rw-r--r-- | constants.gd | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/constants.gd b/constants.gd new file mode 100644 index 0000000..7e1a37d --- /dev/null +++ b/constants.gd @@ -0,0 +1,8 @@ +class_name Constants + +enum Gender { + Female, + Male, + Both, + Server, +} |