Skip to content

Commit

Permalink
Update schema
Browse files Browse the repository at this point in the history
  • Loading branch information
yuxuanchiadm committed Feb 5, 2024
1 parent 5cba743 commit 050e35b
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions playeraction/playeraction.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -362,6 +362,18 @@
"type"
]
},
{
"type": "object",
"properties": {
"type": {
"const": "effect",
"description": "给玩家上effect"
}
},
"required": [
"type"
]
},
{
"type": "object",
"properties": {
Expand Down

0 comments on commit 050e35b

Please sign in to comment.