using Logging; using UnityEngine; public class Program : Utils.Singleton { public Entity.Entity focusedEntity = null; public bool needLoad = true; }