Added basic auto fishing

This commit is contained in:
ReinforceZwei 2020-03-22 20:12:06 +08:00 committed by ORelio
parent 850eae86d7
commit 51d03b9ced
11 changed files with 222 additions and 18 deletions

View file

@ -747,5 +747,9 @@ namespace MinecraftClient.Protocol.Handlers
{
return true;
}
public bool SendUseItemPacket(int hand)
{
return true;
}
}
}