Description
export default class 自定义异能 {
static {
let a = 1;
}
}
============ we got lua =====================
--[[ Generated with https://github.com/TypeScriptToLua/TypeScriptToLua ]]
-- Lua Library inline imports
local function __TS__Class(self)
local c = {prototype = {}}
c.prototype.__index = c.prototype
c.prototype.constructor = c
return c
end
-- End of Lua Library inline imports
local ____exports = {}
____exports.default = __TS__Class()
local _____81EA_5B9A_4E49_5F02_80FD = ____exports.default
_____81EA_5B9A_4E49_5F02_80FD.name = "自定义异能"
function _____81EA_5B9A_4E49_5F02_80FD.prototype.____constructor(self)
end;
(function(self)
local a = 1
end)(自定义异能)
return ____exports
================
we dont have 自定义异能. may be 自定义异能 -> _____81EA_5B9A_4E49_5F02_80FD ??