inventaire fonctionnel #13
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
extends Area2D
|
||||
class_name Interactable
|
||||
|
||||
@export var actions : Array[InteractableAction] = [];
|
||||
@export var actions : Array[InteractableAction] = []
|
||||
|
||||
func interact(p : Player):
|
||||
for a in actions:
|
||||
|
||||
Reference in New Issue
Block a user