summaryrefslogtreecommitdiff
path: root/GameCode/CardCategories.cs
diff options
context:
space:
mode:
Diffstat (limited to 'GameCode/CardCategories.cs')
-rw-r--r--GameCode/CardCategories.cs5
1 files changed, 5 insertions, 0 deletions
diff --git a/GameCode/CardCategories.cs b/GameCode/CardCategories.cs
new file mode 100644
index 0000000..055dc4c
--- /dev/null
+++ b/GameCode/CardCategories.cs
@@ -0,0 +1,5 @@
+using UnityEngine;
+
+public class CardCategories : MonoBehaviour
+{
+}