5 lines
48 B
GDScript
5 lines
48 B
GDScript
|
extends "../weapon.gd"
|
||
|
|
||
|
func shoot():
|
||
|
.shoot()
|