Esempio n. 1
0
 //GaugeUpdate
 static private void GaugeUpdateExecute(HpGaugePartsEventManagerExecuteState mine, HpGaugePartsEventManager hpGaugePartsEventManager, float timeRegulation, t13.TimeFluctProcess timeFluctProcess)
 {
     for (int i = 0; i < hpGaugePartsEventManager.GetExecuteHpGaugeParts().Count; ++i)
     {
         hpGaugePartsEventManager.GetExecuteHpGaugeParts()[i].ProcessStateGaugeUpdateExecute(
             timeRegulation
             , timeFluctProcess
             , hpGaugePartsEventManager.GetExecuteReferMonsterDatas()[i]
             , hpGaugePartsEventManager.GetExecuteEndFillAmounts()[i]
             );
     }
 }
Esempio n. 2
0
 //None
 static private void NoneExecute(HpGaugePartsEventManagerExecuteState mine, HpGaugePartsEventManager hpGaugePartsEventManager, float timeRegulation, t13.TimeFluctProcess timeFluctProcess)
 {
 }