mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-07 16:35:54 +00:00
Enemy blinking
This commit is contained in:
parent
79cac3ebae
commit
e5a60a6ccd
11 changed files with 172 additions and 30 deletions
|
|
@ -12,6 +12,7 @@ public interface IStateMachine<TKey, [MustBeVariant] TType>
|
|||
public IState<TKey, TType> CurrentState { get; }
|
||||
public TKey InitialState { get; }
|
||||
public void SetState(TKey stateId);
|
||||
public TKey GetState();
|
||||
|
||||
public TType MainObject { get; }
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue