public static class HubMissionWithTriggers.MovePersonToMarket extends java.lang.Object implements MissionTrigger.TriggerAction
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
alwaysAddToComms |
protected MarketAPI |
market |
protected PersonAPI |
person |
| Constructor and Description |
|---|
MovePersonToMarket(PersonAPI person,
MarketAPI market,
boolean alwaysAddToComms) |
| Modifier and Type | Method and Description |
|---|---|
void |
doAction(MissionTrigger.TriggerActionContext context) |
protected boolean alwaysAddToComms
public MovePersonToMarket(PersonAPI person, MarketAPI market, boolean alwaysAddToComms)
public void doAction(MissionTrigger.TriggerActionContext context)
doAction in interface MissionTrigger.TriggerAction