Here is the line where I am getting error:
_activeType == typeof(Reticle);
Here is how the Reticle class is defined. Some of the p
Reticle
I think you meant
_activeType = typeof(Reticle);
not the double ==