Stardew_Valley_Mods/GeneralMods/SundropMapEvents/manifest.json

17 lines
370 B
JSON
Raw Normal View History

2018-02-24 05:55:51 +08:00
{
"Name": "SunDropMapEvents",
"Author": "Alpha_Omegasis",
"Version": "0.1.0",
"Description": "A system to add events to the SunDropMod",
"UniqueID": "SunDrop.MapEvents",
"EntryDll": "SunDropMapEvents.dll",
"MinimumApiVersion": "2.0",
"UpdateKeys": [ ],
"Dependencies": [
{
"UniqueID": "Omegasis.EventSystem",
"IsRequired": true
}
]
}