示例#1
0
 public void Dispose()
 {
     this._startCountDown.Dispose();
     this._buffManager.Dispose();
     this._entityManager.Dispose();
     this._maze.Dispose();
     SyncEvent.DestroyBattle();
 }