Beyond_Beyaan.GameMain.ClearAll C# (CSharp) Метод

ClearAll() публичный Метод

public ClearAll ( ) : void
Результат void
        public void ClearAll()
        {
            //Used when exiting out of current game (new game for example)
            EmpireManager = new EmpireManager(this);
            _situationReport.Clear();
            _newGame.Clear();
        }