lycomes
Results
1
issues of
lycomes
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?