mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2026-06-13 01:34:08 +08:00
Run IntelliJ IDEA code formatter
This commit is contained in:
@@ -5,14 +5,14 @@ import emu.grasscutter.net.packet.PacketOpcodes;
|
||||
import emu.grasscutter.net.proto.DeleteFriendNotifyOuterClass.DeleteFriendNotify;
|
||||
|
||||
public class PacketDeleteFriendNotify extends BasePacket {
|
||||
|
||||
public PacketDeleteFriendNotify(int targetUid) {
|
||||
super(PacketOpcodes.DeleteFriendNotify);
|
||||
|
||||
DeleteFriendNotify proto = DeleteFriendNotify.newBuilder()
|
||||
.setTargetUid(targetUid)
|
||||
.build();
|
||||
|
||||
this.setData(proto);
|
||||
}
|
||||
public PacketDeleteFriendNotify(int targetUid) {
|
||||
super(PacketOpcodes.DeleteFriendNotify);
|
||||
|
||||
DeleteFriendNotify proto = DeleteFriendNotify.newBuilder()
|
||||
.setTargetUid(targetUid)
|
||||
.build();
|
||||
|
||||
this.setData(proto);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user