StateMachine Component

This commit is contained in:
Matt Thorson
2020-05-26 21:23:46 -07:00
parent aed77272ac
commit be9e1cd877
5 changed files with 171 additions and 36 deletions

View File

@ -39,7 +39,6 @@ namespace Strawberry
public override void Update()
{
base.Update();
MovedByGeometry = Point.Zero;
}