1
0
mirror of https://github.com/kihashi/stardew_community_checklist.git synced 2025-10-19 08:03:17 +00:00

Add season data.

This commit is contained in:
John Cleaver 2018-02-26 23:22:52 -05:00
parent 62a4e0a332
commit 6479bb6b28

View File

@ -0,0 +1,18 @@
{
"spring": {
"id": 0,
"name": "Spring"
},
"summer": {
"id": 1,
"name": "Summer"
},
"fall": {
"id": 2,
"name": "Fall"
},
"winter": {
"id": 3,
"name": "Winter"
}
}