/// <summary> /// Update /// </summary> public void Update() { enemy.Update(); // update enemy animation enemy.Animation(); }