WutheringWaves/GameServer/Settings/GameplayFeatureSettings.cs

5 lines
125 B
C#

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