Add functions stubs

This commit is contained in:
Insality
2020-02-22 14:44:01 +03:00
parent aac80795b9
commit b198e09560
5 changed files with 78 additions and 20 deletions

View File

@@ -81,7 +81,7 @@ function on_message(self, message_id, message, sender)
end
function on_input(self, action_id, action)
self.druid:on_input(action_id, action)
return self.druid:on_input(action_id, action)
end
```