internal LandTile(uint id, IDataFactory factory, ILandData tiledata, bool valid) : base(id, factory, tiledata, valid) { }