feat: basic definitions
This commit is contained in:
3
examples/definitions/script.rhai
Normal file
3
examples/definitions/script.rhai
Normal file
@@ -0,0 +1,3 @@
|
||||
// The following will be valid based on the definitions.
|
||||
hello_there = general_kenobi::hello_there(123);
|
||||
print(hello_there);
|
Reference in New Issue
Block a user