예제 #1
0
 void OnMouseOver()
 {
     if (Input.GetMouseButtonDown(1) && AnxietyHUD.currentAnxiety < 9.9f)
     {
         Destroy(this.gameObject);
         GetItens.CheckItemStatus(ItemID);
     }
 }
예제 #2
0
 void Awake()
 {
     Instance = this;
 }