Some stuff

This commit is contained in:
2018-04-12 03:01:15 +10:00
parent c4b17b9e3b
commit 2c823744f9
16 changed files with 548 additions and 42 deletions
+1
View File
@@ -3,6 +3,7 @@
public static class PersistentData {
public static int timer;
public static int score;
public static int clicks;
public static HashSet<string> monsterNames = new HashSet<string>();
}