Gammtek.Conduit.MassEffect3.SFXGame.QuestMap.BioQuestPlotItem.BioQuestPlotItem C# (CSharp) Method

BioQuestPlotItem() public method

public BioQuestPlotItem ( BioQuestPlotItem other )
other BioQuestPlotItem
		public BioQuestPlotItem(BioQuestPlotItem other)
			: base(other)
		{
			Conditional = other.Conditional;
			IconIndex = other.IconIndex;
			Name = other.Name;
			State = other.State;
			TargetItems = other.TargetItems;
		}

Same methods

BioQuestPlotItem::BioQuestPlotItem ( int name = DefaultName, int conditional = DefaultConditional, int state = DefaultState, int iconIndex = DefaultIconIndex, int targetItems = DefaultTargetItems, int instanceVersion = DefaultInstanceVersion )
BioQuestPlotItem