Move ExecutePlayer file into events root
This commit is contained in:
parent
73b44fc5c0
commit
b7cb111ea1
2 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ import { GetPlayerList } from "./events/GetPlayerList";
|
||||||
import { ChancellorPolicy } from "./events/ChancellorPolicy";
|
import { ChancellorPolicy } from "./events/ChancellorPolicy";
|
||||||
import { PresidentPolicies } from "./events/PresidentPolicies";
|
import { PresidentPolicies } from "./events/PresidentPolicies";
|
||||||
import { ChancellorNomination } from "./events/ChancellorNomination";
|
import { ChancellorNomination } from "./events/ChancellorNomination";
|
||||||
import { ExecutePlayer } from "./events/special/Execution/ExecutePlayer";
|
import { ExecutePlayer } from "./events/ExecutePlayer";
|
||||||
import { NextPresident } from "./events/NextPresident";
|
import { NextPresident } from "./events/NextPresident";
|
||||||
import { ExecutiveConfirmation } from "./events/special/ExecutiveConfirmation";
|
import { ExecutiveConfirmation } from "./events/special/ExecutiveConfirmation";
|
||||||
import { InvestigateParty } from "./events/InvestigateParty";
|
import { InvestigateParty } from "./events/InvestigateParty";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue