public Entity() { Base.AddChild(Model); Base.AddChild(Collision); FSM = new FSM(this); PhysicsProcess += CalculatingMotion; }