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