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