Esempio n. 1
0
File: Slot.cs Progetto: ImGMin/team2
 public void OnPointerEnter(PointerEventData eventData)
 {
     if (item != null)
     {
         theItemEffectDatabase.ShowToolTop(item, transform.position);
     }
 }