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();
        }