lr_boilerplate/server/impl/test.impl.lua
2023-12-05 13:55:38 +07:00

5 lines
100 B
Lua

local Impl = NewImpl("Test")
function Impl:OnReady()
main:LogInfo("%s ready", self:GetName())
end