public void SetBlock(Block block) { this.block = block; isFilled = true; }
public void RemoveBlock() { isFilled = false; block = null; }