Files
Grinch-AP/worlds/stardew_valley/strings/material_names.py

11 lines
214 B
Python
Raw Normal View History

2023-07-19 14:26:38 -04:00
class Material:
moss = "Moss"
2023-07-19 14:26:38 -04:00
coal = "Coal"
fiber = "Fiber"
hardwood = "Hardwood"
sap = "Sap"
stone = "Stone"
wood = "Wood"
clay = "Clay"
cinder_shard = "Cinder Shard"