Example #1
0
 protected void UpdateParalyzableObjects()
 {
     foreach (ParalyzableObject PO in m_hsParalyzableObjects)
     {
         PO.DecreaseParalysis();
         //Also, if it is no longer paralyzed, then update the Walkable part of the object.
     }
 }