중간안정화

This commit is contained in:
2025-07-08 13:42:26 +09:00
parent 89364d9f0a
commit 8a5e3b28ba
22 changed files with 1411 additions and 66 deletions

View File

@@ -49,7 +49,7 @@ namespace Octopus.Simulator
void onPlay(bool flag)
{
projectSaveButton.interactable = !flag;
projectSaveButton.interactable = false;
}
}
}