예제 #1
0
 internal void Clear()
 {
     this._battle = null;
     this._playerSnapshots.Clear();
 }
예제 #2
0
 internal void Init(Battle battle)
 {
     this._battle = battle;
     this._time   = 0;
 }