public static void AddNewTower(UnitTower newTower) { if (instance != null) { instance._AddNewTower(newTower); } }