refactor: removed X.Abstract namespaces and moved StateMachine to under Systems namespace
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
using Syntriax.Engine.Core;
|
||||
|
||||
namespace Syntriax.Engine.StateMachine;
|
||||
namespace Syntriax.Engine.Systems.StateMachine;
|
||||
|
||||
public class StateMachine : Behaviour
|
||||
{
|
||||
|
Reference in New Issue
Block a user