namespace GameServer.Settings; internal class GameplayFeatureSettings { public bool TeleportByMapMark { get; set; } }