Add sync as a valid actor type

This commit is contained in:
Oliver-Akins 2023-12-24 23:24:39 -07:00
parent fac2b09115
commit c553c2542d

View file

@ -1,7 +1,8 @@
{
"Actor": {
"types": [
"player"
"player",
"sync"
]
},
"Item": {