SyntaxGameServer/RCCService2021/ExtraContent/LuaPackages/Regulations/ScreenTime/Constants.lua

9 lines
302 B
Lua

local Constants = {
SIGNALR_NAMESPACE = "TimedEntertainmentAllowanceNotifications",
SIGNALR_TYPE_NEW_INSTRUCTION = "NewInstruction",
HEARTBEAT_NOTIFICATIONS_NAMESPACE = "ScreenTimeClientNotifications",
HEARTBEAT_NOTIFICATION_TYPE_NEW_INSTRUCTION = "ScreentimeInstructionCheck",
}
return Constants