예제 #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;
            }
예제 #5
0
 public InternalPicker(GumpPlus g)
     : base(0x1018)
 {
     c_Gump = g;
 }
예제 #6
0
파일: ListGump.cs 프로젝트: guy489/runuot2a
 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;
 }