fix Custom NPC Framework not specifying dependency

This commit is contained in:
Jesse Plamondon-Willard 2019-01-06 00:33:12 -05:00
parent 7ba11188bc
commit f4735a5883
No known key found for this signature in database
GPG Key ID: 7D7C8097B62033CE
1 changed files with 4 additions and 1 deletions

View File

@ -6,5 +6,8 @@
"UniqueID": "Omegasis.CustomNPCFramework",
"EntryDll": "CustomNPCFramework.dll",
"MinimumApiVersion": "2.0",
"UpdateKeys": []
"UpdateKeys": [],
"Dependencies": [
{ "UniqueID": "Omegasis.StardustCore" }
]
}