Exemplo n.º 1
0
 public virtual async Task <bool> UseRing()
 {
     return(await ItemCommands.UseItem(_self, _ring));
 }
Exemplo n.º 2
0
 public virtual async Task <bool> UseYellowScroll()
 {
     return(await ItemCommands.UseItem(_self, _yellowScroll));
 }
Exemplo n.º 3
0
 public ItemService()
 {
     _iq = new ItemQuery();
     _ic = new ItemCommands();
 }