summaryrefslogtreecommitdiff
path: root/constants.gd
diff options
context:
space:
mode:
authorDaniel Weipert <git@mail.dweipert.de>2024-11-28 00:45:30 +0100
committerDaniel Weipert <git@mail.dweipert.de>2024-11-28 00:45:30 +0100
commitc89f25f59aa493d95bcac8e75ca5cdd57a0403e7 (patch)
treee1eb14f3b27ab8bcce68551424fe49a4f7d376af /constants.gd
initial commit
Diffstat (limited to 'constants.gd')
-rw-r--r--constants.gd8
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,
+}