Beispiel #1
0
 public CenterStoneEntry2(Mobile from, BaseTMSkillItem stone)
     : base(0134, 1)
 {
     m_From  = from;
     m_Stone = stone;
 }
Beispiel #2
0
 public ProfileEntry(Mobile from, BaseTMSkillItem stone)
     : base(179, 1)
 {
     m_From  = from;
     m_Stone = stone;
 }