5 lines
124 B
Python
5 lines
124 B
Python
|
|
class Weapon:
|
||
|
|
slingshot = "Slingshot"
|
||
|
|
master_slingshot = "Master Slingshot"
|
||
|
|
any_slingshot = "Any Slingshot"
|