public InnerAimPoint(ViewGun view)
 {
     m_View = view;
 }
 public InnerFirePoint(ViewGun view)
 {
     m_View = view;
 }