feat(scum): add bounded vehicle spawn adapter
This commit is contained in:
@@ -57,9 +57,9 @@
|
||||
"capabilities": {
|
||||
"type": "array",
|
||||
"minItems": 6,
|
||||
"maxItems": 6,
|
||||
"maxItems": 7,
|
||||
"uniqueItems": true,
|
||||
"items": { "enum": ["component.register", "component.heartbeat", "component.health", "component.control", "game-client.bridge", "logs.stream"] },
|
||||
"items": { "enum": ["component.register", "component.heartbeat", "component.health", "component.control", "game-client.bridge", "logs.stream", "handler.vehicle.spawn"] },
|
||||
"allOf": [
|
||||
{ "contains": { "const": "component.register" } },
|
||||
{ "contains": { "const": "component.heartbeat" } },
|
||||
|
||||
Reference in New Issue
Block a user