mirror of
https://github.com/soarqin/DSP_Mods.git
synced 2026-03-22 17:53:27 +08:00
code format
This commit is contained in:
@@ -385,7 +385,8 @@ public class DysonSpherePatch : PatchImpl<DysonSpherePatch>
|
||||
new CodeInstruction(OpCodes.Ldarg_0),
|
||||
new CodeInstruction(OpCodes.Ldarg_1),
|
||||
new CodeInstruction(OpCodes.Ldloc_1),
|
||||
Transpilers.EmitDelegate((DysonSwarm swarm, DysonNode node, int index) => {
|
||||
Transpilers.EmitDelegate((DysonSwarm swarm, DysonNode node, int index) =>
|
||||
{
|
||||
if (node.ConstructCp() != null)
|
||||
{
|
||||
swarm.dysonSphere.productRegister[ProductionStatistics.DYSON_CELL_ID]++;
|
||||
|
||||
Reference in New Issue
Block a user