mirror of
https://github.com/soarqin/DSP_Mods.git
synced 2026-03-22 11:23:25 +08:00
code format
This commit is contained in:
@@ -447,7 +447,8 @@ public class FactoryPatch : PatchImpl<FactoryPatch>
|
||||
if (factory.prebuildCount <= 0) return;
|
||||
var player = GameMain.mainPlayer;
|
||||
var total = factory.prebuildCursor - 1;
|
||||
var stepCount = total switch {
|
||||
var stepCount = total switch
|
||||
{
|
||||
< 256 => 1,
|
||||
< 2048 => 3,
|
||||
< 16384 => 10,
|
||||
|
||||
Reference in New Issue
Block a user