4 lines
93 B
C#
4 lines
93 B
C#
public static class PersistentData {
|
|
public static int timer;
|
|
public static int score;
|
|
} |