Entity and Component Ended()

This commit is contained in:
Matt Thorson
2020-09-19 22:46:45 -07:00
parent 8747ae1cab
commit 610ef2308f
10 changed files with 194 additions and 39 deletions

View File

@ -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();