feat: add worldState.circuitGameModes config option #2192

Merged
Sainan merged 4 commits from circuitow into main 2025-06-18 05:51:57 -07:00
Showing only changes of commit ff00a72240 - Show all commits

View File

@ -209,7 +209,7 @@ export interface ITmp {
mbrt?: boolean; // Related to mobile app rating request
fbst: IFbst;
sfn: number;
edg?: TCircuitGameMode[]; // The Circuit game modes override
edg?: TCircuitGameMode[]; // The Circuit game modes overwrite
}
interface IPgr {