Example #1
0
 public void RemoveUnit(ResUnit removedUnit)
 {
     units.Remove(removedUnit);
     RemoveUnitAtt(removedUnit);
     removedUnit.UnsubscribeFromGroup();
 }