private ActionManager() { _action = JSONLoader.readActions(); _actionInProgress = new List <ChunkAction> (); GameObject.Find("Logic").GetComponent <TimeManager>().addListenerToHourChange(newHourCallback); }