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