예제 #1
0
 public bool Remove(List <Unit> ts)
 {
     return(UnitHolder.Remove(ts));
 }
예제 #2
0
 public bool Remove(Unit t)
 {
     return(UnitHolder.Remove(t));
 }