mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2026-06-11 23:05:27 +08:00
Run IntelliJ IDEA code formatter
This commit is contained in:
+3
-3
@@ -6,13 +6,13 @@ import emu.grasscutter.net.proto.DungeonShowReminderNotifyOuterClass;
|
||||
|
||||
public class PacketDungeonShowReminderNotify extends BasePacket {
|
||||
|
||||
public PacketDungeonShowReminderNotify(int reminderId) {
|
||||
super(PacketOpcodes.DungeonShowReminderNotify);
|
||||
public PacketDungeonShowReminderNotify(int reminderId) {
|
||||
super(PacketOpcodes.DungeonShowReminderNotify);
|
||||
|
||||
var proto = DungeonShowReminderNotifyOuterClass.DungeonShowReminderNotify.newBuilder();
|
||||
|
||||
proto.setReminderId(reminderId);
|
||||
|
||||
this.setData(proto);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user