mirror of
https://github.com/CPunch/Cosmo.git
synced 2024-11-24 00:00:17 +00:00
fix this test script
This commit is contained in:
parent
6126b50941
commit
9f19fd4f31
@ -6,7 +6,7 @@ end
|
|||||||
// instance of test
|
// instance of test
|
||||||
let obj = test()
|
let obj = test()
|
||||||
|
|
||||||
test.__index = function(self, key)
|
test.__index = func(self, key)
|
||||||
print("__index called!")
|
print("__index called!")
|
||||||
if (key == "lol") then
|
if (key == "lol") then
|
||||||
return 9001
|
return 9001
|
||||||
|
Loading…
Reference in New Issue
Block a user