private bool filterAir(Block block) { if (block is Air) return true; else return false; }
public BlockGComponent(World tools, Block model) : base(tools, model) { this.DrawOrder = 5; Model = model; }