BREAKING CHANGE: renamed namespace & assembly names
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
using System.Collections.Generic;
|
||||
|
||||
using Syntriax.Engine.Core;
|
||||
using Engine.Core;
|
||||
|
||||
namespace Syntriax.Engine.Systems.StateMachine;
|
||||
namespace Engine.Systems.StateMachine;
|
||||
|
||||
public class State : BaseEntity, IState
|
||||
{
|
||||
|
Reference in New Issue
Block a user