private void Start()
 {
     if (m_possessOnAwake && m_pawn != null)
     {
         m_pawn.Possess(this);
     }
 }