Snowflake/RPG.Services.Core/Options/RPGServiceOptions.cs

7 lines
162 B
C#

using RPG.Network.Proto;
namespace RPG.Services.Core.Options;
public class RPGServiceOptions
{
public required RPGServiceType ServiceType { get; set; }
}