mirror of
https://github.com/FloatTech/ZeroBot-Plugin.git
synced 2025-12-26 03:21:21 +08:00
7 lines
89 B
Protocol Buffer
7 lines
89 B
Protocol Buffer
syntax = "proto3";
|
|
package data;
|
|
|
|
message composition {
|
|
repeated string array = 1;
|
|
}
|