예제 #1
0
 private static IEnumerable <CodeInstruction> Transform(IEnumerable <CodeInstruction> instructions)
 => CodeProcessor.ReplaceOperands(instructions, VanillaMaxVehicleCount, ModdedMaxVehicleCount);
예제 #2
0
            private static IEnumerable <CodeInstruction> Transform(IEnumerable <CodeInstruction> instructions)
            {
                var replaced1024 = CodeProcessor.ReplaceOperands(instructions, 1024, 4096);

                return(CodeProcessor.ReplaceOperands(replaced1024, VanillaMaxVehicleCount, ModdedMaxVehicleCount));
            }
예제 #3
0
 private static IEnumerable <CodeInstruction> Transform(IEnumerable <CodeInstruction> instructions)
 => CodeProcessor.ReplaceOperands(instructions, 1024, 4096);