Backup: two polaroids showing
This commit is contained in:
@@ -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>();
|
||||
}
|
||||
Reference in New Issue
Block a user