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