This repository has been archived on 2026-04-30. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
monsterstalker/Assets/Scripts/PersistentData.cs
T
2018-04-10 23:53:49 +10:00

4 lines
93 B
C#

public static class PersistentData {
public static int timer;
public static int score;
}