예제 #1
0
파일: FSM.cs 프로젝트: twpol/msts-tools
 internal FsmStateUnlink(FsmState state)
     : base(null, false, false, "<unlink>", new FsmState[] { state })
 {
 }
예제 #2
0
파일: FSM.cs 프로젝트: twpol/msts-tools
        void IndexFsmUnlinks(FsmState state)
        {
            var index = 0;

            IndexFsmUnlinks(ref index, state);
        }