MiraReticlePointer extends MiraBasePointer and calls the scripts within MiraReticle that help it change appearance when the event system processes interaction events
Inheritance: MiraBasePointer
 private void Awake()
 {
     validateInstance();
     reticlepointer = new MiraReticlePointer();
 }