Abt to update mapcompile into files

This commit is contained in:
2025-06-23 09:26:42 -05:00
parent 5d92f54f52
commit 344aaa7e4f
7 changed files with 77 additions and 44 deletions

View File

@ -10,5 +10,18 @@
"properties": [
],
"propertyTypes": [
{
"id": 1,
"name": "npcInteractType",
"storageType": "string",
"type": "enum",
"values": [
"NPC_INTERACT_TYPE_NONE",
"NPC_INTERACT_TYPE_TEXT",
"NPC_INTERACT_TYPE_CONVO",
"NPC_INTERACT_TYPE_EVENT"
],
"valuesAsFlags": false
}
]
}