Esempio n. 1
0
 public void RemoveEntityFromThisCell()
 {
     ocupated         = false;
     _entityOcupating = null;
     _gridManager.AddCellInEmptyList(this);
 }