コード例 #1
0
    private void Awake()
    {
        health.MaxVal     = hullmax;
        health.CurrentVal = hullcurrent;
        prestige.Initialize();

        damagearray = new GameObject[10];
    }
コード例 #2
0
 private void Awake()
 {
     health.MaxVal     = hullmax;
     health.CurrentVal = hullcurrent;
     prestige.Initialize();
 }