Ejemplo n.º 1
0
 public FsmError(FsmError.ErrorType type, StateMachine stateMachine, State state, ExecutableNode executableNode, FsmVariable variable, FieldInfo fieldInfo)
 {
     this.type           = type;
     this.variable       = variable;
     this.fieldInfo      = fieldInfo;
     this.stateMachine   = stateMachine;
     this.state          = state;
     this.executableNode = executableNode;
 }
Ejemplo n.º 2
0
		public FsmError(FsmError.ErrorType type,StateMachine stateMachine,State state,ExecutableNode executableNode,FsmVariable variable ,FieldInfo fieldInfo){
			this.type = type;
			this.variable = variable;
			this.fieldInfo = fieldInfo;
			this.stateMachine = stateMachine;
			this.state = state;
			this.executableNode = executableNode;

		}