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