public static void LoadFromState(ZoneManager state) { instance = state; }
public static void InitInstance() { instance = new ZoneManager(); }