Exemplo n.º 1
0
 public void Set(CreateLoot loot, GameObject popup)
 {
     Popup        = popup;
     Loot         = loot;
     Name.text    = loot.Name;
     Image.sprite = loot.Icon;
 }
Exemplo n.º 2
0
 static public void AddLoot(CreateLoot loot)
 {
     Loots.Add(loot);
 }