WutheringWaves/GameServer/Settings/GameplayFeatureSettings.cs

7 lines
171 B
C#
Raw Permalink Normal View History

2024-02-12 09:26:53 +00:00
namespace GameServer.Settings;
internal class GameplayFeatureSettings
{
public bool TeleportByMapMark { get; set; }
public bool UnlimitedEnergy { get; set; }
2024-02-12 09:26:53 +00:00
}