mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2026-06-13 01:34:08 +08:00
Fix whitespace [skip actions]
This commit is contained in:
@@ -7,13 +7,13 @@ import emu.grasscutter.net.proto.RetcodeOuterClass.Retcode;
|
||||
import emu.grasscutter.net.proto.UnlockTransPointRspOuterClass.UnlockTransPointRsp;
|
||||
|
||||
public class PacketUnlockTransPointRsp extends BasePacket {
|
||||
public PacketUnlockTransPointRsp(Retcode retcode) {
|
||||
super(PacketOpcodes.UnlockTransPointRsp);
|
||||
|
||||
UnlockTransPointRsp proto = UnlockTransPointRsp.newBuilder()
|
||||
.setRetcode(retcode.getNumber())
|
||||
.build();
|
||||
|
||||
this.setData(proto);
|
||||
}
|
||||
public PacketUnlockTransPointRsp(Retcode retcode) {
|
||||
super(PacketOpcodes.UnlockTransPointRsp);
|
||||
|
||||
UnlockTransPointRsp proto = UnlockTransPointRsp.newBuilder()
|
||||
.setRetcode(retcode.getNumber())
|
||||
.build();
|
||||
|
||||
this.setData(proto);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user