7 lines
No EOL
178 B
Protocol Buffer
7 lines
No EOL
178 B
Protocol Buffer
syntax = "proto3";
|
|
import "AvatarTeam.proto";
|
|
|
|
option csharp_namespace = "FurinaImpact.Protocol";
|
|
message AvatarTeamUpdateNotify {
|
|
map<uint32, AvatarTeam> avatar_team_map = 1;
|
|
} |