示例#1
0
		public void InitEntry( PresetMapEntry entry )
		{
			m_LabelNumber = entry.Name;

			Width = entry.Width;
			Height = entry.Height;

			Bounds = entry.Bounds;
		}
示例#2
0
        public void InitEntry(PresetMapEntry entry)
        {
            this.m_LabelNumber = entry.Name;

            this.Width = entry.Width;
            this.Height = entry.Height;

            this.Bounds = entry.Bounds;
        }
示例#3
0
        public void InitEntry(PresetMapEntry entry)
        {
            m_LabelNumber = entry.Name;

            Width  = entry.Width;
            Height = entry.Height;

            Bounds = entry.Bounds;
        }
示例#4
0
        public void InitEntry(PresetMapEntry entry)
        {
            this.m_LabelNumber = entry.Name;

            this.Width  = entry.Width;
            this.Height = entry.Height;

            this.Bounds = entry.Bounds;
        }
示例#5
0
 public PresetMap(PresetMapEntry entry)
 {
     this.InitEntry(entry);
 }
示例#6
0
 public PresetMap(PresetMapEntry entry)
 {
     InitEntry(entry);
 }
示例#7
0
 public PresetMapBuyInfo(PresetMapEntry entry, int price, int amount)
     : base(entry.Name.ToString(), null, price, amount, 0x14EC, 0)
 {
     this.m_Entry = entry;
 }
示例#8
0
 public PresetMap( PresetMapEntry entry )
 {
     InitEntry( entry );
 }
示例#9
0
 public PresetMapBuyInfo( PresetMapEntry entry, int price, int amount )
     : base(entry.Name, null, price, amount, 0x14EC, 0)
 {
     m_Entry = entry;
 }
示例#10
0
		public PresetMapBuyInfo( PresetMapEntry entry, int price, int amount ) : base( entry.Name.ToString(), typeof(Server.Items.PresetMap), price, amount, 0x14EC, 0 )
		{
			m_Entry = entry;
		}
示例#11
0
 public PresetMap(PresetMapEntry entry)
 {
     this.InitEntry(entry);
 }