mirror of
https://github.com/pesde-pkg/tooling.git
synced 2025-05-04 10:43:58 +01:00
8 lines
196 B
Text
8 lines
196 B
Text
opt server_output = "tests/output/server.luau"
|
|
opt client_output = "tests/output/client.luau"
|
|
|
|
funct Test = {
|
|
call: Async,
|
|
args: (Foo: u8, Bar: string),
|
|
rets: enum { Success, Fail }
|
|
}
|