Various imm stuff

This commit is contained in:
Marc Hernandez 2023-12-02 14:30:52 -08:00
parent c8b29e0c0c
commit d6a9cb42cf
2 changed files with 30 additions and 27 deletions

View File

@ -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>
where T : State<T, CTX>
where CTX : Context
@ -37,6 +39,7 @@ public class PotentialState<T, CTX> : State<T, CTX>
{
}
}
*/
public class FSM<T, CTX, ST>