Files
hogwarts-point-keeper/src/app/FactionPoints.ts
T

5 lines
99 B
TypeScript

export class FactionPoints {
klingon: number;
starfleet: number;
romulan: number;
}