Merge remote-tracking branch 'origin/master' into LouDi_Pig
This commit is contained in:
commit
e2155db320
@ -37,7 +37,7 @@ public class StateMachineController : MonoSingleton<StateMachineController>
|
|||||||
|
|
||||||
private void OnStart(OnModuleStart start)
|
private void OnStart(OnModuleStart start)
|
||||||
{
|
{
|
||||||
foreach (var item in Global.Instance.appData.Modules[0].FSM)
|
foreach (var item in Global.Instance.curModule.FSM)
|
||||||
{
|
{
|
||||||
FSM<string> fsm = new FSM<string>();
|
FSM<string> fsm = new FSM<string>();
|
||||||
var fsmInfo = new FsmInfo();
|
var fsmInfo = new FsmInfo();
|
||||||
|
|||||||
@ -183,6 +183,10 @@
|
|||||||
<Action type="NextOperation"></Action>
|
<Action type="NextOperation"></Action>
|
||||||
</Action>
|
</Action>
|
||||||
</Start>
|
</Start>
|
||||||
|
<Finished>
|
||||||
|
<Action type="Sequence">
|
||||||
|
</Action>
|
||||||
|
</Finished>
|
||||||
</Step>
|
</Step>
|
||||||
</Step>
|
</Step>
|
||||||
</Operation>
|
</Operation>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user