rename consistency

This commit is contained in:
2025-08-19 19:57:24 -05:00
parent e74896527b
commit 379c7007aa
56 changed files with 43 additions and 36 deletions

6
entity/npc/NPC.gd Normal file
View File

@@ -0,0 +1,6 @@
class_name NPC extends CharacterBody3D
@export var interactEvent:EventResource
func _onInteract(playerEntity: Player) -> void:
pass