add event API (#265)

This commit is contained in:
William Boman
2021-04-06 21:13:21 +02:00
committed by GitHub
parent b48274ced0
commit bbb8d6070f
4 changed files with 182 additions and 1 deletions

9
.editorconfig Normal file
View File

@@ -0,0 +1,9 @@
root = true
[*]
insert_final_newline = true
end_of_line = lf
[*.lua]
indent_style = space
indent_size = 2