mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-01 09:35:34 +00:00
Spider bomb in FSM
This commit is contained in:
parent
d77fc7bf33
commit
4913eba12e
20 changed files with 300 additions and 48 deletions
|
|
@ -6,6 +6,8 @@ public abstract partial class ModuleBase<TKey, TType> : Node2D, IModule<TKey, TT
|
|||
where TKey : notnull
|
||||
where TType : Node
|
||||
{
|
||||
public abstract void EnterState(TKey state);
|
||||
public abstract void ExitState(TKey state);
|
||||
public abstract void Init(IStateMachine<TKey, TType> machine);
|
||||
public abstract void Process(double delta);
|
||||
public abstract void PhysicsProcess(double delta);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue