BREAKING CHANGE: Toggle 0.2.0

This commit is contained in:
2023-03-20 22:39:21 +03:00
parent d11aab596d
commit 25be6929f2
6 changed files with 21 additions and 23 deletions

View File

@@ -99,7 +99,7 @@ namespace Syntriax.Modules.Movement.Editor
movementDefinition.MonoBehaviours = new string[]
{
typeof(MovementController).FullName,
typeof(ToggleState.ToggleStateMonoBehaviour).FullName
typeof(State.StateEnableMonoBehaviour).FullName
};
UpdateSerializedObject();