diff options
author | Daniel Weipert <git@mail.dweipert.de> | 2024-11-28 00:45:30 +0100 |
---|---|---|
committer | Daniel Weipert <git@mail.dweipert.de> | 2024-11-28 00:45:30 +0100 |
commit | c89f25f59aa493d95bcac8e75ca5cdd57a0403e7 (patch) | |
tree | e1eb14f3b27ab8bcce68551424fe49a4f7d376af /constants.gd |
initial commit
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, +} |