Example #1
0
 void Update()
 {
     if (objectStorage == null)
     {
         return;
     }
     if (objectStorage.anomalObject == null)
     {
         return;
     }
     if (!objectStorage.anomalObject.IsStable())
     {
         if (ChaosLevel != null)
         {
             ChaosLevel.Progress = objectStorage.GetChaosLevel();
         }
     }
 }