public UnitsStack(UnitsStack otherStack) { unitsType = otherStack.unitsType; unitsCount = otherStack.unitsCount; }
public void RemoveStack(UnitsStack stackToRemove) { _unitsStackList.Remove(stackToRemove); }