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. } }