Files
Farmer/211/server/proto/notifypb.proto
2026-02-18 13:52:06 +08:00

11 lines
178 B
Protocol Buffer

syntax = "proto3";
package gamepb.itempb;
import "corepb.proto";
// ============ 物品变化通知 ============
message ItemNotify {
repeated corepb.ItemChg items = 1;
}