示例#1
0
 public InternalSort(GumpPlus g)
 {
     c_Gump = g;
 }
示例#2
0
 public BanGump(Mobile m, GumpPlus g) : base(g.Owner, 100, 100)
 {
     c_Gump = g;
     c_Target = m;
 }
示例#3
0
            public StatusGump(Mobile m, GumpPlus g)
                : base(m, 100, 100)
            {
                m.CloseGump(typeof(StatusGump));

                c_Gump = g;
            }
示例#4
0
            public AwayGump(Mobile m, GumpPlus g)
                : base(m, 100, 100)
            {
                m.CloseGump(typeof(AwayGump));

                c_Gump = g;
            }
 public InternalPicker(GumpPlus g)
     : base(0x1018)
 {
     c_Gump = g;
 }
示例#6
0
 public InternalSort(GumpPlus gump)
 {
     c_Gump = gump;
 }
示例#7
0
文件: Events.cs 项目: Jascen/UOSmart
 public GumpCreatedEventArgs(Mobile m, GumpPlus g)
 {
     c_Mobile = m;
     c_Gump = g;
 }
示例#8
0
 public IrcStaffColorGump(Mobile m, GumpPlus g)
     : base(m, 100, 100)
 {
     c_Gump = g;
 }
示例#9
0
 public FilterPenaltyGump(Mobile m, GumpPlus g)
     : base(m, 100, 100)
 {
     c_Gump = g;
 }
示例#10
0
 public GumpCreatedEventArgs(Mobile m, GumpPlus g)
 {
     c_Mobile = m;
     c_Gump   = g;
 }
示例#11
0
 public TimeGump(Mobile m, GumpPlus g, Notification not)
     : base(g.Owner, 100, 100)
 {
     c_Gump = g;
     c_Not  = not;
 }
示例#12
0
 public TimeGump(Mobile m, GumpPlus g, Notification not)
     : base(g.Owner, 100, 100)
 {
     c_Gump = g;
     c_Not = not;
 }
示例#13
0
 public FilterPenaltyGump(Mobile m, GumpPlus g)
     : base(m, 100, 100)
 {
     c_Gump = g;
 }