export type GameWarningEvent = 'yellow-flag' | 'red-flag';
