server-master/srcs/WingsAPI.Game/Configurations/GeneralQuestsConfiguration.cs
2026-02-10 18:21:30 +01:00

8 lines
No EOL
174 B
C#

using System.Collections.Generic;
namespace WingsEmu.Game.Configurations;
public class GeneralQuestsConfiguration
{
public HashSet<int> GeneralQuests { get; set; }
}