Ejemplo n.º 1
0
 public void RegisterUnitDeath(UnitBehaviour unit)
 {
     Units.Remove(unit);
     _visibilityManager.RegisterUnitDeath(unit);
 }