rename consistency
This commit is contained in:
6
entity/npc/NPC.gd
Normal file
6
entity/npc/NPC.gd
Normal file
@@ -0,0 +1,6 @@
|
||||
class_name NPC extends CharacterBody3D
|
||||
|
||||
@export var interactEvent:EventResource
|
||||
|
||||
func _onInteract(playerEntity: Player) -> void:
|
||||
pass
|
Reference in New Issue
Block a user