Ejemplo n.º 1
0
 private void OnEfficiencyLevelChanged(int oldLevel, int newLevel, ManagerEfficiencyRollbackLevel otherManager)
 {
     if (manager != null && (manager.Id == otherManager.Id))
     {
         UpdateMegaTextObject();
     }
 }
Ejemplo n.º 2
0
 private void OnMegaChanged(bool isMega, ManagerEfficiencyRollbackLevel otherManager)
 {
     if (generator.Data.Type == GeneratorType.Normal && isMega)
     {
         if (generator.GeneratorId == otherManager.Id)
         {
             UpdateMegaObject();
         }
     }
 }