This commit is contained in:
2025-11-04 19:02:01 +09:00
parent bb7ed2d6dc
commit 107da72dee
17 changed files with 2259 additions and 54 deletions

View File

@@ -14,6 +14,6 @@ public static class SimulationConfig
onSimulationCodeSet?.Invoke(simulationCode);
}
}
public static int speed = 10;
public static int speed = 3;
public static int duration = 3600;
}