-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathActions.ts
24 lines (24 loc) · 1.15 KB
/
Actions.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
export { Attack } from './Actions/Attack';
export { BuildIrrigation } from './Actions/BuildIrrigation';
export { BuildMine } from './Actions/BuildMine';
export { BuildRailroad } from './Actions/BuildRailroad';
export { BuildRoad } from './Actions/BuildRoad';
export { CaptureCity } from './Actions/CaptureCity';
export { ClearForest } from './Actions/ClearForest';
export { ClearJungle } from './Actions/ClearJungle';
export { ClearSwamp } from './Actions/ClearSwamp';
export { Disband } from './Actions/Disband';
export { Disembark } from './Actions/Disembark';
export { Embark } from './Actions/Embark';
export { Fortify } from './Actions/Fortify';
export { FoundCity } from './Actions/FoundCity';
export { GoTo } from './Actions/GoTo';
export { Move } from './Actions/Move';
export { NoOrders } from './Actions/NoOrders';
export { Pillage } from './Actions/Pillage';
export { PlantForest } from './Actions/PlantForest';
export { SetHomeCity } from './Actions/SetHomeCity';
export { Sleep } from './Actions/Sleep';
export { SneakAttack } from './Actions/SneakAttack';
export { SneakCaptureCity } from './Actions/SneakCaptureCity';
export { Unload } from './Actions/Unload';