mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2026-06-11 21:23:36 +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.HomeModuleUnlockNotifyOuterClass.HomeModuleUnlockNotify;
|
||||
|
||||
public class PacketHomeModuleUnlockNotify extends BasePacket {
|
||||
|
||||
public PacketHomeModuleUnlockNotify(int targetModuleId) {
|
||||
super(PacketOpcodes.HomeModuleUnlockNotify);
|
||||
|
||||
HomeModuleUnlockNotify proto = HomeModuleUnlockNotify.newBuilder()
|
||||
.setModuleId(targetModuleId)
|
||||
.build();
|
||||
|
||||
this.setData(proto);
|
||||
}
|
||||
public PacketHomeModuleUnlockNotify(int targetModuleId) {
|
||||
super(PacketOpcodes.HomeModuleUnlockNotify);
|
||||
|
||||
HomeModuleUnlockNotify proto = HomeModuleUnlockNotify.newBuilder()
|
||||
.setModuleId(targetModuleId)
|
||||
.build();
|
||||
|
||||
this.setData(proto);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user