6 lines
117 B
C#
6 lines
117 B
C#
namespace RpgRoller.Api;
|
|
|
|
internal static class SessionCookie
|
|
{
|
|
public const string Name = "rpgroller_session";
|
|
} |