Add sync as a valid actor type
This commit is contained in:
parent
fac2b09115
commit
c553c2542d
1 changed files with 2 additions and 1 deletions
|
|
@ -1,7 +1,8 @@
|
|||
{
|
||||
"Actor": {
|
||||
"types": [
|
||||
"player"
|
||||
"player",
|
||||
"sync"
|
||||
]
|
||||
},
|
||||
"Item": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue