namespace Sledgemapper.Shared.Entities { public class Wall : BaseMapEntity { public override string ToString() { return $"{X}_{Y}_{Rotation}"; } } }