zworld-em/Plugins/UnLua/Config/LuaTemplates/AnimNotifyState.lua

21 lines
351 B
Lua
Raw Permalink Normal View History

2025-05-11 22:07:21 +08:00
--
-- 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