Example #1
0
        public override void GetContextMenuEntries(Mobile from, List <ContextMenuEntry> list)
        {
            base.GetContextMenuEntries(from, list);

            SetSecureLevelEntry.AddTo(from, this, list);
        }
Example #2
0
 public override void GetContextMenuEntries(Mobile from, System.Collections.Generic.List <ContextMenuEntry> list)
 {
     base.GetContextMenuEntries(from, list);
     SetSecureLevelEntry.AddTo(from, this, list);
 }