Esempio n. 1
0
 public void AddLoot(Pickable gameObject)
 {
     this.loot = gameObject;
 }
Esempio n. 2
0
 public virtual void AddLoot(Pickable gameObject)
 {
     this.gameObject.AddLoot(gameObject);
 }