5 lines
51 B
GDScript
5 lines
51 B
GDScript
extends Weapon
|
|
|
|
func _init():
|
|
held_hand = "right"
|
extends Weapon
|
|
|
|
func _init():
|
|
held_hand = "right"
|