7 lines
182 B
Lua
7 lines
182 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
---@meta
|
|
|
|
---@param comment string
|
|
---Submits a comment to the current GM survey
|
|
function GMSurveyCommentSubmit(comment) end
|