From c4fad08d5826f3e344bd4c61eb34b816ba291f44 Mon Sep 17 00:00:00 2001 From: Applevangelist Date: Thu, 7 Sep 2023 16:14:42 +0200 Subject: [PATCH] Act --- Moose Development/Moose/Actions/Act_Account.lua | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Moose Development/Moose/Actions/Act_Account.lua b/Moose Development/Moose/Actions/Act_Account.lua index ef2e6d15d..0fe2d6eb6 100644 --- a/Moose Development/Moose/Actions/Act_Account.lua +++ b/Moose Development/Moose/Actions/Act_Account.lua @@ -54,6 +54,11 @@ do -- ACT_ACCOUNT -- The state transition method needs to start with the name **OnAfter + the name of the state**. -- These state transition methods need to provide a return value, which is specified at the function description. -- + -- # Developer Note + -- + -- Note while this class still works, it is no longer supported as the original author stopped active development of MOOSE + -- Therefore, this class is considered to be deprecated + -- -- @type ACT_ACCOUNT -- @field Core.Set#SET_UNIT TargetSetUnit -- @extends Core.Fsm#FSM_PROCESS