Exemple #1
0
 public UnitsStack(UnitsStack otherStack)
 {
     unitsType  = otherStack.unitsType;
     unitsCount = otherStack.unitsCount;
 }
Exemple #2
0
 public void RemoveStack(UnitsStack stackToRemove)
 {
     _unitsStackList.Remove(stackToRemove);
 }