Ejemplo n.º 1
0
 public void ClearAll()
 {
     PlayerList.Clear();
     CityList.Clear();
     ArmyList.Clear();
     ResearchList.Clear();
     DebugList.Clear();
 }
Ejemplo n.º 2
0
        public void LogStatus(string status, bool showInStatusLabel = false)
        {
            DebugList.Add(status);

            //log
            if (showInStatusLabel)
            {
                StatusLabel = status;
            }
        }