Example #1
0
 public async Task Shoot()
 {
     Console.WriteLine("Shoot guns");
     await MonsterHunt.Shoot(Context.User);
 }