extends Action
class_name ActionPrint
@export var context : String
func run(character: Character) -> int:
print(context)
return SUCCESS