9 lines
223 B
Lua
9 lines
223 B
Lua
--- Send a packet to trigger cough animation to the player
|
|
---@param side UID64 string? UID64 of the player
|
|
---@param side level float? A float between 0 and 1
|
|
---@return void
|
|
function cough(UID64, level)
|
|
|
|
end
|
|
|
|
return cough |