Ejemplo n.º 1
0
 private static void Postfix(GearItem gi)
 {
     if (gi.m_ClothingItem != null && gi.m_ClothingItem.m_Region == ClothingRegion.Feet)
     {
         AnkleSupport.UpdateAnkleSupport();
     }
 }
Ejemplo n.º 2
0
 private static void Postfix()
 {
     AnkleSupport.Initialize();
 }