6 lines
177 B
Lua
6 lines
177 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
|
|
---@return string text
|
|
---Returns greeting or other text to be displayed in an NPC dialog
|
|
function GetGossipText() end
|