Removed false comment

This commit is contained in:
craftwill 2025-04-06 18:30:30 -04:00
parent 9ffc98db9a
commit 5f253e05a7

View File

@ -11,7 +11,6 @@ public abstract class UnitPlaceholder : DraggablePlaceholder
WasPlaced?.Invoke(this);
}
// Not actually used because overriden.
public override bool CanBePlacedHere()
{
return base.CanBePlacedHere() && ResourceManager.Instance.EnoughFor(Rock, Wood, Food)