public void Dispose()
 {
     this._battle = null;
 }
Example #2
0
 public EntityManager(Battle battle)
 {
     this._battle = battle;
 }