Beyond_Beyaan.GameMain.ClearAll C# (CSharp) Method

ClearAll() public method

public ClearAll ( ) : void
return void
        public void ClearAll()
        {
            //Used when exiting out of current game (new game for example)
            EmpireManager = new EmpireManager(this);
            _situationReport.Clear();
            _newGame.Clear();
        }