4 lines
87 B
Python
4 lines
87 B
Python
|
class Weapon:
|
||
|
slingshot = "Slingshot"
|
||
|
master_slingshot = "Master Slingshot"
|