コード例 #1
0
 void Start()
 {
     delay     = GetComponent <CallbackDelay>();
     maxAmount = healthLights.Length - 1;
     amount    = maxAmount;
 }
コード例 #2
0
ファイル: GameManager.cs プロジェクト: Aestial/BOOM
 void Awake()
 {
     delay    = GetComponent <CallbackDelay>();
     notifier = new Notifier();
 }