Closed luyufxckyouall closed 7 months ago
For example: export default class MyClass{ public static data:string = "hello"; }
Then how can I use "MyClass" type in Lua? Can Just like js,: print(MyClass.data)--log hello?
Yes, exactly like that!
For example: export default class MyClass{ public static data:string = "hello"; }
Then how can I use "MyClass" type in Lua? Can Just like js,: print(MyClass.data)--log hello?