Backup: two polaroids showing

This commit is contained in:
2018-04-12 00:20:25 +10:00
parent a13da880b1
commit c4b17b9e3b
59 changed files with 2111 additions and 396 deletions
+5 -1
View File
@@ -1,4 +1,8 @@
public static class PersistentData {
using System.Collections.Generic;
public static class PersistentData {
public static int timer;
public static int score;
public static HashSet<string> monsterNames = new HashSet<string>();
}