6 lines
185 B
Lua
6 lines
185 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
|
|
---@return 1nil canEdit
|
|
---Returns whether the player is allowed to edit guild officer notes
|
|
function CanEditOfficerNote() end
|