8 lines
No EOL
186 B
Protocol Buffer
8 lines
No EOL
186 B
Protocol Buffer
syntax = "proto3";
|
|
import "PropValue.proto";
|
|
|
|
option csharp_namespace = "FurinaImpact.Protocol";
|
|
message PlayerDataNotify {
|
|
string nick_name = 1;
|
|
map<uint32, PropValue> prop_map = 3;
|
|
} |