7 lines
127 B
Lua
7 lines
127 B
Lua
---@class TestImpl : Impl
|
|
local Impl = NewImpl("Test")
|
|
|
|
function Impl:OnReady()
|
|
main:LogInfo("%s ready", self:GetName())
|
|
end
|