zworld-em/Plugins/UnLua/Config/LuaTemplates/AnimNotifyState.lua
2025-05-11 22:07:21 +08:00

21 lines
351 B
Lua

--
-- DESCRIPTION
--
-- @COMPANY **
-- @AUTHOR **
-- @DATE ${date} ${time}
--
---@type ClassName
local M = UnLua.Class()
-- function M:Received_NotifyBegin(MeshComp, Animation, TotalDuration)
-- end
-- function M:Received_NotifyTick(MeshComp, Animation, FrameDeltaTime)
-- end
-- function M:Received_NotifyEnd(MeshComp, Animation)
-- end
return M