#39 ajout d'un compost plus des ajouts mineurs de qualité de vie
This commit is contained in:
@@ -6,6 +6,12 @@ var available : bool = true
|
||||
func _ready():
|
||||
printerr("Abstract Interactable class used")
|
||||
|
||||
func can_interact(_p : Player) -> bool:
|
||||
return true
|
||||
|
||||
func interact_requirement_text() -> String:
|
||||
return ""
|
||||
|
||||
func interact(_p : Player) -> bool:
|
||||
printerr("Interact function called on abstract Interactable class")
|
||||
return false
|
||||
|
||||
Reference in New Issue
Block a user