Weapons folder, barrel placeholder and base class for fire modes

This commit is contained in:
Rendo 2025-07-14 20:31:06 +05:00
commit a67a5329b6
4 changed files with 32 additions and 0 deletions

View file

@ -0,0 +1,6 @@
extends Node3D
class_name Barrel
func can_fire() -> bool:
return true