internal LandTile(InternalLandTile landTile) { this.Flags = landTile.Flags; this.ID = landTile.ID; this.Name = landTile.Name; }