Beispiel #1
0
 public BattleTurn(ServerBattle battle, int turn)
 {
     this.battle = battle;
     this.turnID = turn;
     this.timeStamp = Utils.GetTickCount();
 }
Beispiel #2
0
        public void ClearBattles()
        {
            if (this.battle!=null)
             {
            //Self.Battle.Cancel(Self, BattleHashFailure);
            this.battle = null;
             }

            if (this.party != null)
            {
            this.party.Battle = null;
            }
        }