mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
8 lines
108 B
Protocol Buffer
8 lines
108 B
Protocol Buffer
syntax = "proto3";
|
|
option optimize_for = LITE_RUNTIME;
|
|
|
|
message SigMap_Pb
|
|
{
|
|
map<string,uint64> sMap = 1;
|
|
}
|