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

8 lines
162 B
C#
Raw Normal View History

2024-01-18 22:13:40 +00:00
using RPG.Network.Proto;
namespace RPG.Services.Core.Options;
public class RPGServiceOptions
{
public required RPGServiceType ServiceType { get; set; }
}