add save and load func

This commit is contained in:
bridge
2025-11-11 19:48:18 +08:00
parent 0cb7eacee7
commit 9b870475bf
21 changed files with 1348 additions and 32 deletions

View File

@@ -103,6 +103,7 @@ async def main():
simulator=sim,
step_interval_ms=750,
window_title="Cultivation World — Front Demo",
existed_sects=existed_sects,
)
await front.run_async()