public static void Postfix(Mech __instance, ref float __result)
 {
     Mod.Log.Trace("M:MSD:GET entered.");
     __result = MechHelper.CalcRunSpeed(__instance);
 }
 public static void Postfix(Mech __instance, ref float __result)
 {
     Mod.Log.Trace("M:MMERD:GET entered.");
     // TODO: Should this be Run or Walk speed?
     __result = MechHelper.CalcRunSpeed(__instance);
 }