Added a bunch of stuff

This commit is contained in:
2018-04-10 23:53:49 +10:00
parent efe1cd63f5
commit ba4b01653d
33 changed files with 2120 additions and 65 deletions
+4
View File
@@ -0,0 +1,4 @@
public static class PersistentData {
public static int timer;
public static int score;
}