コード例 #1
0
        static void Postfix(SimGameState __instance, Pilot pilot, ref bool __result)
        {
            int         currentMRBLevel = __instance.GetCurrentMRBLevel();
            CrewDetails details         = ModState.GetCrewDetails(pilot.pilotDef);

            __result = details.CanBeHiredAtMRBLevel(currentMRBLevel);
        }