public MG(ushort natid, ushort tid, ushort sid, uint pid, bool female, HT4 lang, ushort loc, HT4 ht, DateTime date, DistRegions regions) { m_NatID = natid; m_TID = tid; m_SID = sid; m_PID = pid; m_Language = lang; m_Date = date; m_Regions = regions; m_Female = female; m_Location = loc; m_HomeTown = ht; }
public DMG(ushort natid, ushort tid, ushort sid, bool female, HT4 lang, ushort loc, HT4 ht, DateTime date, DistRegions regions) : base(natid, tid, sid, 1, female, lang, loc, ht, date, regions) { }
public DMG(ushort natid, ushort tid, ushort sid, bool female, DateTime date, DistRegions regions) : base(natid, tid, sid, 1, female, HT4.DPPtHGSS, date, regions) { }
public MG(ushort natid, ushort tid, ushort sid, uint pid, bool female, HT4 lang, ushort loc, DateTime date, DistRegions regions) : this(natid, tid, sid, pid, female, lang, loc, HT4.D, date, regions) { }
public MG(ushort natid, ushort tid, ushort sid, uint pid, bool female, HT4 lang, HT4 ht, DateTime date, DistRegions regions) : this(natid, tid, sid, pid, female, lang, 3060, ht, date, regions) { }
public DMG( ushort natid, ushort tid, ushort sid, bool female, HT4 lang, ushort loc, HT4 ht, DateTime date, DistRegions regions ) : base(natid, tid, sid, 1, female, lang, loc, ht, date, regions) { }
public MG(ushort natid, ushort tid, ushort sid, uint pid, bool female, DateTime date, DistRegions regions) : this(natid, tid, sid, pid, female, HT4.DPPtHGSS, date, regions) { }
public DMG( ushort natid, ushort tid, ushort sid, bool female, DateTime date, DistRegions regions ) : base(natid, tid, sid, 1, female, HT4.DPPtHGSS, date, regions) { }
public MG( ushort natid, ushort tid, ushort sid, uint pid, bool female, HT4 lang, ushort loc, HT4 ht, DateTime date, DistRegions regions ) { m_NatID = natid; m_TID = tid; m_SID = sid; m_PID = pid; m_Language = lang; m_Date = date; m_Regions = regions; m_Female = female; m_Location = loc; m_HomeTown = ht; }
public MG( ushort natid, ushort tid, ushort sid, uint pid, bool female, HT4 lang, HT4 ht, DateTime date, DistRegions regions ) : this(natid, tid, sid, pid, female, lang, 3060, ht, date, regions) { }
public MG( ushort natid, ushort tid, ushort sid, uint pid, bool female, HT4 lang, ushort loc, DateTime date, DistRegions regions ) : this(natid, tid, sid, pid, female, lang, loc, HT4.D, date, regions) { }
public MG( ushort natid, ushort tid, ushort sid, uint pid, bool female, DateTime date, DistRegions regions ) : this(natid, tid, sid, pid, female, HT4.DPPtHGSS, date, regions) { }