public void SetOccupant() { Occupant = new Nothing(); UpdateField(); }
public Tile(Point position) { FieldLocalization = position; Occupant = new Nothing(); FieldSetup(); }