Exemplo n.º 1
0
 public void Init(LeekType type)
 {
     this.stats = leekTypeStats[type];
     Destroy(this.gameObject, this.stats.decayTime);
 }