mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-06 06:05:53 +00:00
Modules for FSM
This commit is contained in:
parent
5a09b7fcd1
commit
bdc310d204
9 changed files with 74 additions and 23 deletions
|
|
@ -3,7 +3,7 @@ using Godot;
|
|||
|
||||
namespace Cirno.Scripts.Components.FSM;
|
||||
|
||||
public interface IStateMachine<TKey, TType>
|
||||
public interface IStateMachine<TKey, [MustBeVariant] TType>
|
||||
where TKey : notnull
|
||||
where TType : Node
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue