lr_boilerplate/server/impl/test.impl.lua
LORAX 61cdbb3b7a
Some checks failed
AutoRelease / release (push) Failing after 3m51s
update
2024-05-31 05:18:24 +07:00

7 lines
127 B
Lua

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