MCPcopy Create free account
hub / github.com/OpenApoc/OpenApoc / BribeScreen

Method BribeScreen

game/ui/city/bribescreen.cpp:15–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13{
14
15BribeScreen::BribeScreen(sp<GameState> state)
16 : Stage(), menuform(ui().getForm("city/bribe")), state(state),
17 organisation(state->current_city->cityViewSelectedOrganisation)
18{
19}
20
21BribeScreen::~BribeScreen() = default;
22

Callers

nothing calls this directly

Calls 1

getFormMethod · 0.45

Tested by

no test coverage detected