-
Notifications
You must be signed in to change notification settings - Fork 0
/
Units.d.ts
28 lines (28 loc) · 1.22 KB
/
Units.d.ts
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
export { Artillery } from './Units/Artillery';
export { Battleship } from './Units/Battleship';
export { Bomber } from './Units/Bomber';
export { Cannon } from './Units/Cannon';
export { Caravan } from './Units/Caravan';
export { Carrier } from './Units/Carrier';
export { Catapult } from './Units/Catapult';
export { Chariot } from './Units/Chariot';
export { Cruiser } from './Units/Cruiser';
export { Diplomat } from './Units/Diplomat';
export { Fighter } from './Units/Fighter';
export { Frigate } from './Units/Frigate';
export { Horseman } from './Units/Horseman';
export { Ironclad } from './Units/Ironclad';
export { Knight } from './Units/Knight';
export { MechanizedInfantry } from './Units/MechanizedInfantry';
export { Musketman } from './Units/Musketman';
export { Nuclear } from './Units/Nuclear';
export { Rifleman } from './Units/Rifleman';
export { Sail } from './Units/Sail';
export { Settlers } from './Units/Settlers';
export { Spearman } from './Units/Spearman';
export { Submarine } from './Units/Submarine';
export { Swordman } from './Units/Swordman';
export { Tank } from './Units/Tank';
export { Transport } from './Units/Transport';
export { Trireme } from './Units/Trireme';
export { Warrior } from './Units/Warrior';