code format

This commit is contained in:
2026-02-09 21:12:32 +08:00
parent 358fd4cf23
commit f0ee1aaea9
4 changed files with 8 additions and 4 deletions
+2 -1
View File
@@ -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,