Refactoring
This commit is contained in:
5
ConversationElement.gd
Normal file
5
ConversationElement.gd
Normal file
@@ -0,0 +1,5 @@
|
||||
extends Resource
|
||||
class_name ConversationElement
|
||||
|
||||
@export_node_path("Entity") var entity:NodePath
|
||||
@export_multiline var label: String
|
||||
Reference in New Issue
Block a user