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