mirror of
https://github.com/MaddyThorson/StrawberryBF.git
synced 2025-12-14 13:17:06 +08:00
Entity and Component Ended()
This commit is contained in:
@ -35,11 +35,6 @@ namespace Strawberry
|
||||
CallUpdate();
|
||||
}
|
||||
|
||||
public override void Draw()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
public void Add(TIndex state, delegate void() enter = null, delegate TIndex() update = null, delegate void() exit = null)
|
||||
{
|
||||
let s = new State();
|
||||
|
||||
Reference in New Issue
Block a user