feat(scum): add versioned gift grants

This commit is contained in:
npc0-hue
2026-07-28 16:40:35 +08:00
parent 4527175a6f
commit e2d0bc0595
26 changed files with 1224 additions and 14 deletions
@@ -0,0 +1,8 @@
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "SCUMPlayerGiftNotificationResult",
"type": "object",
"additionalProperties": false,
"required": ["accepted"],
"properties": { "accepted": { "type": "boolean" }, "message": { "type": "string", "maxLength": 200 } }
}