8 lines
162 B
C#
8 lines
162 B
C#
|
using RPG.Network.Proto;
|
|||
|
|
|||
|
namespace RPG.Services.Core.Options;
|
|||
|
public class RPGServiceOptions
|
|||
|
{
|
|||
|
public required RPGServiceType ServiceType { get; set; }
|
|||
|
}
|