コード例 #1
0
 public async Task <Player> RemoveItem(Guid itemid, int amount)
 {
     return(await _processor.RemoveItem(itemid, amount));
 }