Move the ExecutiveConfirmation event into events root
This commit is contained in:
parent
b7cb111ea1
commit
ef4ebc0c64
2 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ import { PresidentPolicies } from "./events/PresidentPolicies";
|
|||
import { ChancellorNomination } from "./events/ChancellorNomination";
|
||||
import { ExecutePlayer } from "./events/ExecutePlayer";
|
||||
import { NextPresident } from "./events/NextPresident";
|
||||
import { ExecutiveConfirmation } from "./events/special/ExecutiveConfirmation";
|
||||
import { ExecutiveConfirmation } from "./events/ExecutiveConfirmation";
|
||||
import { InvestigateParty } from "./events/InvestigateParty";
|
||||
|
||||
export var log: Logger = new Logger({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue