Change from "Houses" to "Factions"

This commit is contained in:
2019-11-12 11:34:34 -05:00
parent f0c4810810
commit cc6abf9f3e
10 changed files with 88 additions and 111 deletions
+5
View File
@@ -0,0 +1,5 @@
export class FactionPoints {
klingon: number;
starfleet: number;
romulan: number;
}