7 lines
198 B
C#
7 lines
198 B
C#
namespace SVSim.EmulatedEntrypoint.Constants;
|
|
|
|
public static class ShadowverseClaimTypes
|
|
{
|
|
public const string ShortUdidClaim = "ShortUdid";
|
|
public const string ViewerIdClaim = "ViewerId";
|
|
} |