コード例 #1
0
 static void Exosuit_OnPilotModeBegin_Postfix(Exosuit __instance) =>
 __instance.GetComponentInChildren <ArmToggle>()?.setUsingArm(false);
コード例 #2
0
 static void Postfix(Exosuit __instance) =>
 __instance.GetComponentInChildren <PrawnSuitDrillArmToggle>()?.setUsingArm(false);