public Location(int x, int y, IPlace o) { X = x; Y = y; Block = o; Visible = false; Script = null; symbol = Block.Symbol(); }