Example #1
0
 public void remove(IMilitaryComponent component)
 {
     UnitList.Remove(component);
 }
Example #2
0
 public void remove(IMilitaryComponent componente)
 {
     throw new NotImplementedException();
 }
Example #3
0
 public void add(IMilitaryComponent component)
 {
     UnitList.Add(component);
 }