mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2026-05-17 04:42:31 +08:00
Refactor out InsectCaptureManager
This commit is contained in:
@@ -84,11 +84,6 @@ public class EntityVehicle extends EntityBaseGadget {
|
||||
return this.rot;
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onInteract(Player player, GadgetInteractReq interactReq) {
|
||||
player.getInsectCaptureManager().arrestSmallCreature(this);
|
||||
}
|
||||
|
||||
@Override
|
||||
public SceneEntityInfo toProto() {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user