export interface GameConfigurationModel {
    isDebug: boolean;
}
