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