Update README.md

This commit is contained in:
Mestima 2022-05-14 20:37:37 +03:00
parent 05ad366582
commit 1eeb43f801

View File

@ -27,6 +27,8 @@ hook.Remove(event: String, uid: String)
```gdscript ```gdscript
# autorun.gd # autorun.gd
var hook: Hook = Hook.new()
func printHookOutput1(a: String, b: String): func printHookOutput1(a: String, b: String):
print(a, " ", b) print(a, " ", b)