6 lines
135 B
Lua
6 lines
135 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
---@meta
|
|
|
|
---Instructs the pet to stop attacking
|
|
function PetStopAttack() end
|