add proto investigation

This commit is contained in:
Akbar Yahya
2023-04-17 00:40:21 +08:00
parent 3fd3554c95
commit 580353c4ae
10 changed files with 131 additions and 4 deletions

View File

@@ -0,0 +1,12 @@
syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// CmdId: 1915
// Name: BHNOHDDKCNG
message TakeInvestigationRewardRsp {
uint32 id = 6;
int32 retcode = 11;
}