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