public Dialogue(string Pharse, Person PersonType, SentencePlacement SentencePlacementType, int IndexValue) { _Phrase = Pharse; _Person = PersonType; _SentencePlacement = SentencePlacementType; _IndexValue = IndexValue; }
public SentencePlacement _SentencePlacement; // placement in the sentence #endregion Fields #region Constructors public Dialogue(string Pharse, Person PersonType,SentencePlacement SentencePlacementType,int IndexValue) { _Phrase = Pharse; _Person = PersonType; _SentencePlacement = SentencePlacementType; _IndexValue = IndexValue; }
public Dialogue(string Pharse, Person PersonType, SentencePlacement SentencePlacementType, int IndexValue , int ItemGroupNumber) { _Phrase = Pharse; _Person = PersonType; _SentencePlacement = SentencePlacementType; _IndexValue = IndexValue; _ItemGroupNumber = ItemGroupNumber; }
public Dialogue(string Pharse, Person PersonType,SentencePlacement SentencePlacementType,int IndexValue ,int ItemGroupNumber) { _Phrase = Pharse; _Person = PersonType; _SentencePlacement = SentencePlacementType; _IndexValue = IndexValue; _ItemGroupNumber = ItemGroupNumber; }