summaryrefslogtreecommitdiff
path: root/GameCode/CharacterItemType.cs
diff options
context:
space:
mode:
Diffstat (limited to 'GameCode/CharacterItemType.cs')
-rw-r--r--GameCode/CharacterItemType.cs6
1 files changed, 6 insertions, 0 deletions
diff --git a/GameCode/CharacterItemType.cs b/GameCode/CharacterItemType.cs
new file mode 100644
index 0000000..395a8ab
--- /dev/null
+++ b/GameCode/CharacterItemType.cs
@@ -0,0 +1,6 @@
+public enum CharacterItemType
+{
+ Eyes,
+ Mouth,
+ Detail
+}