lr_boilerplate/server/impl/test.impl.lua

5 lines
100 B
Lua
Raw Normal View History

2023-12-05 13:55:38 +07:00
local Impl = NewImpl("Test")
function Impl:OnReady()
main:LogInfo("%s ready", self:GetName())
end