6 lines
215 B
Plaintext
6 lines
215 B
Plaintext
// Test only the IntentBox functionality to verify the basic structure works
|
|
print("Testing IntentBox basic functionality...")
|
|
|
|
local msg
|
|
msg = new IntentBox("test", "data")
|
|
print("IntentBox created: " + msg.type()) |