Update import order
This commit is contained in:
parent
ef4ebc0c64
commit
665b6b163e
1 changed files with 3 additions and 3 deletions
|
|
@ -9,14 +9,14 @@ import { HostGame } from "./events/HostGame";
|
||||||
import { StartGame } from "./events/StartGame";
|
import { StartGame } from "./events/StartGame";
|
||||||
import { VetoConfirm } from "./events/VetoConfirm";
|
import { VetoConfirm } from "./events/VetoConfirm";
|
||||||
import { VetoRequest } from "./events/VetoRequest";
|
import { VetoRequest } from "./events/VetoRequest";
|
||||||
|
import { ExecutePlayer } from "./events/ExecutePlayer";
|
||||||
import { GetPlayerList } from "./events/GetPlayerList";
|
import { GetPlayerList } from "./events/GetPlayerList";
|
||||||
|
import { NextPresident } from "./events/NextPresident";
|
||||||
|
import { InvestigateParty } from "./events/InvestigateParty";
|
||||||
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/ExecutePlayer";
|
|
||||||
import { NextPresident } from "./events/NextPresident";
|
|
||||||
import { ExecutiveConfirmation } from "./events/ExecutiveConfirmation";
|
import { ExecutiveConfirmation } from "./events/ExecutiveConfirmation";
|
||||||
import { InvestigateParty } from "./events/InvestigateParty";
|
|
||||||
|
|
||||||
export var log: Logger = new Logger({
|
export var log: Logger = new Logger({
|
||||||
displayFunctionName: false,
|
displayFunctionName: false,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue