mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-12-14 16:04:40 +01:00
[BREAKING CHANGE] proto auto compiled by gradle (#226)
* [BREAK] proto auto compiled by gradle * [BREAK] move proto to submodule * update gitmodules * [BREAK] move proto to submodule * move proto to submodule * fix merge conflict * fix github action after merging * fix merge conflicts and del submodule * upload the proto
This commit is contained in:
@@ -1009,6 +1009,7 @@ public class PacketOpcodes {
|
||||
public static final int SetNameCardRsp = 4009;
|
||||
public static final int SetOpenStateReq = 162;
|
||||
public static final int SetOpenStateRsp = 189;
|
||||
|
||||
public static final int SetPlayerBirthdayReq = 4097;
|
||||
public static final int SetPlayerBirthdayRsp = 4088;
|
||||
public static final int SetPlayerBornDataReq = 155;
|
||||
@@ -1034,8 +1035,6 @@ public class PacketOpcodes {
|
||||
public static final int ShowTemplateReminderNotify = 3164;
|
||||
public static final int SignInInfoReq = 2510;
|
||||
public static final int SignInInfoRsp = 2515;
|
||||
public static final int SitReq = 354;
|
||||
public static final int SitRsp = 335;
|
||||
public static final int SocialDataNotify = 4063;
|
||||
public static final int SpringUseReq = 1720;
|
||||
public static final int SpringUseRsp = 1727;
|
||||
|
||||
Reference in New Issue
Block a user