tooling/bins/blink/tests/input.blink
2025-04-25 17:22:04 -03:00

9 lines
No EOL
196 B
Text

option ClientOutput = "test/output/client.luau"
option ServerOutput = "test/output/server.luau"
event MyFirstEvent {
from: Server,
type: Reliable,
call: SingleSync,
data: string
}