Various imm stuff
This commit is contained in:
parent
c8b29e0c0c
commit
d6a9cb42cf
@ -8,7 +8,8 @@ namespace net;
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
public class Context{
|
public class Context
|
||||||
|
{
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -25,6 +26,7 @@ public class State<T, CTX>
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
public class PotentialState<T, CTX> : State<T, CTX>
|
public class PotentialState<T, CTX> : State<T, CTX>
|
||||||
where T : State<T, CTX>
|
where T : State<T, CTX>
|
||||||
where CTX : Context
|
where CTX : Context
|
||||||
@ -37,6 +39,7 @@ public class PotentialState<T, CTX> : State<T, CTX>
|
|||||||
{
|
{
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
public class FSM<T, CTX, ST>
|
public class FSM<T, CTX, ST>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user