8 lines
No EOL
174 B
C#
8 lines
No EOL
174 B
C#
using System.Collections.Generic;
|
|
|
|
namespace WingsEmu.Game.Configurations;
|
|
|
|
public class GeneralQuestsConfiguration
|
|
{
|
|
public HashSet<int> GeneralQuests { get; set; }
|
|
} |