refactor: rename EnterMissionScene to EnterSceneByEntranceId

This commit is contained in:
Somebody
2025-04-19 18:59:49 +08:00
parent e834db9e02
commit 1398278245
9 changed files with 14 additions and 14 deletions

View File

@@ -172,7 +172,7 @@ public class EntryPoint
}
// check option
if (true || args.Contains("-generate-tourn"))
if (args.Contains("-generate-tourn"))
{
TournRoomGenerator.GenerateFile("RogueTournRoom.json");
return;