using System.Collections.Generic; public static class PersistentData { public static int timer; public static int score; public static int clicks; public static HashSet monsterNames = new HashSet(); }