5 lines
100 B
Lua
5 lines
100 B
Lua
|
local Impl = NewImpl("Test")
|
||
|
|
||
|
function Impl:OnReady()
|
||
|
main:LogInfo("%s ready", self:GetName())
|
||
|
end
|