Exemplo n.º 1
0
 void Awake()
 {
     Settings = FindObjectOfType <V_Settings>();
     if (Settings == null)
     {
         print("V_CrosshairItem: Awake: Settings is null, dude!!!!");
         return;
     }
     sprite = GetComponent <Image>().sprite;
 }
Exemplo n.º 2
0
 void Awake()
 {
     settings = FindObjectOfType <V_Settings>();
 }