refactor: removed X.Abstract namespaces and moved StateMachine to under Systems namespace
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
namespace Syntriax.Engine.StateMachine;
|
||||
namespace Syntriax.Engine.Systems.StateMachine;
|
||||
|
||||
public readonly record struct StateTransition(IState State, IReadOnlyList<Func<bool>> Conditions)
|
||||
{
|
||||
|
Reference in New Issue
Block a user