mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
10 lines
195 B
Python
10 lines
195 B
Python
![]() |
class Material:
|
||
|
coal = "Coal"
|
||
|
fiber = "Fiber"
|
||
|
hardwood = "Hardwood"
|
||
|
sap = "Sap"
|
||
|
stone = "Stone"
|
||
|
wood = "Wood"
|
||
|
clay = "Clay"
|
||
|
cinder_shard = "Cinder Shard"
|