155 {
156
157 m_FSM =
new BotFSM(
this);
158
159 m_Start =
new BotTestSpamUserActions_Start(
m_Bot,
this, 1.0);
160 m_GetRef =
new BotTestSpamUserActions_GetEntityFromSlot(
m_Bot,
this, 2.0);
161
162
163 BotEventBase __EntWait__ = new BotEventWaitTimeout;
164
165
167
169 }
FSMTransition< BotStateBase, BotEventBase, BotActionBase, BotGuardBase > BotTransition
ref BotFSM m_FSM
hierarchical parent state of this state (or null)
Bot m_Bot
man that this state belongs to
ref BotTestSpamUserActions_Start m_Start
ref BotTestSpamUserActions_GetEntityFromSlot m_GetRef