mirror of
https://github.com/FloatTech/ZeroBot-Plugin.git
synced 2025-12-19 22:00:11 +08:00
7 lines
85 B
Protocol Buffer
7 lines
85 B
Protocol Buffer
syntax = "proto3";
|
|
package fortune;
|
|
|
|
message conf {
|
|
map<int64, uint32> kind = 1;
|
|
}
|