5 lines
184 B
Lua
5 lines
184 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
|
|
---@return string text
|
|
---Returns the text of the knowledge base server system notice
|
|
function KBSystem_GetServerNotice() end |