public DialogueState( DwarfGame Game, GameStateManager StateManager, Faction.TradeEnvoy Envoy, Faction PlayerFaction) : base(Game, "GuiStateTemplate", StateManager) { DialogueContext = new DialogueContext { Envoy = Envoy, PlayerFaction = PlayerFaction }; }
public EnvoyTradeEntity(Faction.TradeEnvoy SourceEnvoy) { this.SourceEnvoy = SourceEnvoy; }