Files
wow_Meta/api/GMSurveyCommentSubmit.lua
2025-05-04 15:15:00 +02:00

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