6 lines
191 B
Protocol Buffer
6 lines
191 B
Protocol Buffer
syntax = "proto3";
|
|
import "SceneTeamAvatar.proto";
|
|
option csharp_namespace = "FurinaImpact.Protocol";
|
|
message SceneTeamUpdateNotify {
|
|
repeated SceneTeamAvatar scene_team_avatar_list = 1;
|
|
}
|