Ejemplo n.º 1
0
 void Awake()
 {
     instance          = this;
     pickupLabelPool   = new LabelPool(transform);
     pickupHighlighter = new PickupHighlighter(pickupLabelPool);
     label             = new Label(transform);
     label.Hide();
 }