public void Draw() { AnimationManager.Draw(Position); }
public void Update() { AnimationManager.Update(); }