GC-Proto/proto/HomeResourceTakeFetterExpRs...

14 lines
236 B
Protocol Buffer
Raw Normal View History

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
2023-02-28 23:24:57 +03:00
import "HomeResource.proto";
2023-02-28 06:08:38 +03:00
// Name: IIGPCKJGACD
// CmdId: 4808
message HomeResourceTakeFetterExpRsp {
2023-02-28 06:08:38 +03:00
int32 retcode = 2;
2023-03-11 18:42:44 +03:00
HomeResource fetter_exp = 9;
}
2023-02-28 06:08:38 +03:00