Stardew_Valley_Mods/GeneralMods/MapEvents/manifest.json

11 lines
289 B
JSON
Raw Normal View History

2018-02-24 05:55:51 +08:00
{
2019-01-06 15:21:06 +08:00
"Name": "Event System",
2018-02-24 05:55:51 +08:00
"Author": "Alpha_Omegasis",
"Version": "0.1.0",
"Description": "A system to manage different events that can happen on the map.",
"UniqueID": "Omegasis.EventSystem",
"EntryDll": "EventSystem.dll",
2019-01-06 15:21:06 +08:00
"MinimumApiVersion": "2.10.1",
"UpdateKeys": []
2018-02-24 05:55:51 +08:00
}