Exemplo n.º 1
0
 public ItemMenu(SkillCraft craft, Selection[] options, string title)
     : base(title, ParseOptions(options))
 {
     m_Mobile  = craft.Craft.From;
     m_craft   = craft;
     m_options = options;
 }
Exemplo n.º 2
0
 public ItemTarget(SkillCraft craft, int context, int operation)
     : base(-1, false, TargetFlags.None)
 {
     m_craft     = craft;
     m_context   = context;
     m_operation = operation;
 }