void Update() { //Rotate from start to finish with speed depending on attacktime m_Parent.Rotate(0, 0, (m_Speed / m_Stats.GetAttackTime()) * Time.deltaTime); }