5 lines
158 B
Lua
5 lines
158 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
|
|
---@return string text
|
|
---Returns the currently knowledge base MOTD
|
|
function KBSystem_GetMOTD() end |