KafkaSR/RPG.Services.Core/Options/RPGServiceOptions.cs
2024-01-30 02:49:21 +03:00

7 lines
162 B
C#

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