BREAKING CHANGE: renamed namespace & assembly names
This commit is contained in:
@@ -2,7 +2,7 @@ using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
|
||||
namespace Syntriax.Engine.Systems.StateMachine;
|
||||
namespace Engine.Systems.StateMachine;
|
||||
|
||||
public readonly record struct StateTransition(IState State, IReadOnlyList<Func<bool>> Conditions)
|
||||
{
|
||||
|
Reference in New Issue
Block a user