mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-12-17 17:34:39 +01:00
Initial commit
This commit is contained in:
10
proto/SetUpAvatarTeamRsp.proto
Normal file
10
proto/SetUpAvatarTeamRsp.proto
Normal file
@@ -0,0 +1,10 @@
|
||||
syntax = "proto3";
|
||||
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
message SetUpAvatarTeamRsp {
|
||||
int32 retcode = 1;
|
||||
uint32 teamId = 2;
|
||||
repeated uint64 avatarTeamGuidList = 3;
|
||||
uint64 curAvatarGuid = 4;
|
||||
}
|
||||
Reference in New Issue
Block a user