Ejemplo n.º 1
0
 private void OnEnable()
 {
     handler = (CollectibleHandler)target;
 }
Ejemplo n.º 2
0
 // Initialize when instantiated
 void Awake()
 {
     Instance = this;
     activeCollectible = null;
 }