public SPJ( ushort natid, ushort tid, ushort sid, uint pid, uint ivs, bool female, byte level, HT3 hometown )
     : base(natid, tid, sid, pid, ivs, female, hometown)
 {
     m_Level = level;
 }
Esempio n. 2
0
 public SP3(ushort natid, ushort tid, ushort sid, uint pid, uint ivs, bool female, HT3 hometown) : base(natid, tid, sid, pid, ivs, female, (byte)hometown)
 {
 }
 public SP3( ushort natid, ushort tid, ushort sid, uint pid, uint ivs, bool female, HT3 hometown )
     : base(natid, tid, sid, pid, ivs, female, (byte)hometown)
 {
 }
Esempio n. 4
0
 public SPJ(ushort natid, ushort tid, ushort sid, uint pid, uint ivs, bool female, byte level, HT3 hometown) : base(natid, tid, sid, pid, ivs, female, hometown)
 {
     m_Level = level;
 }