public void DropSoftObject(Pawn pawn, Cell target, int amount) { SpawnSoftObject(pawn.Carrying, target, amount); pawn.Carrying = null; }
// Constructor public HardObject(ObjectInfo objectInfo, Cell cell) : base(cell) { this.objectInfo = objectInfo; }