Beispiel #1
0
 void Start()
 {
     delay     = GetComponent <CallbackDelay>();
     maxAmount = healthLights.Length - 1;
     amount    = maxAmount;
 }
Beispiel #2
0
 void Awake()
 {
     delay    = GetComponent <CallbackDelay>();
     notifier = new Notifier();
 }