1
0
mirror of https://github.com/kihashi/stardew_community_checklist.git synced 2025-10-19 08:03:17 +00:00
stardew_community_checklist/content/game_data/seasons.json
2021-04-15 16:46:13 -04:00

25 lines
322 B
JSON

{
"seasons": [
{
"id": "spring",
"order": 0,
"name": "Spring"
},
{
"id": "summer",
"order": 1,
"name": "Summer"
},
{
"id": "fall",
"order": 2,
"name": "Fall"
},
{
"id": "winter",
"order": 3,
"name": "Winter"
}
]
}