first commit

This commit is contained in:
2026-07-20 22:48:58 +07:00
commit e80aea750e
599 changed files with 2375815 additions and 0 deletions
@@ -0,0 +1,6 @@
extends StaticBody3D
@onready var parent : CharacterBody3D = $".."
func hitscanHit(damageVal : float, hitscanDir : Vector3, hitscanPos : Vector3):
if parent != null: parent.hitscanHit(damageVal, hitscanDir, hitscanPos)