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:
@@ -8,13 +8,13 @@ import java.util.List;
|
||||
|
||||
public class PacketGroupUnloadNotify extends BasePacket {
|
||||
|
||||
public PacketGroupUnloadNotify(List<Integer> groupList) {
|
||||
super(PacketOpcodes.GroupUnloadNotify);
|
||||
public PacketGroupUnloadNotify(List<Integer> groupList) {
|
||||
super(PacketOpcodes.GroupUnloadNotify);
|
||||
|
||||
var proto = GroupUnloadNotifyOuterClass.GroupUnloadNotify.newBuilder();
|
||||
|
||||
proto.addAllGroupList(groupList);
|
||||
|
||||
this.setData(proto);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user