コード例 #1
0
ファイル: Reagent.cs プロジェクト: uotools/PlayUO
 public Reagent(string Name)
 {
     this.m_Name   = Name;
     this.m_ItemID = Spells.GetReagent(Name).ItemID;
 }
コード例 #2
0
 public GSpellbookIcon(Gump book, Item container) : base(container.BookIconX, container.BookIconY, Spells.GetBookIcon(container.ID))
 {
     this.m_Book             = book;
     this.m_Container        = container;
     this.m_Container.OpenSB = true;
     base.m_CanDrag          = true;
     base.m_QuickDrag        = false;
     base.m_GUID             = string.Format("Spellbook Icon #{0}", container.Serial);
 }