Update docs md

This commit is contained in:
Insality
2020-04-09 22:11:51 +03:00
parent 48bd0da429
commit 179ac5c068
4 changed files with 84 additions and 16 deletions

View File

@@ -43,6 +43,10 @@ end
function M.on_input_interrupt(self)
end
-- Call on component remove or on druid:final
function M.on_remove(self)
end
return M
```