export class CvarMap {
    cvarType: number;
    strMatch: string;
    mapValue: number;
}
