UNPKG

91 BTypeScriptView Raw
1export class CvarMap {
2 cvarType: number;
3 strMatch: string;
4 mapValue: number;
5}