feat: initial commit for TheFarmer project

This commit is contained in:
Karriis
2026-02-18 13:52:06 +08:00
commit 8ceb5fa9db
420 changed files with 61918 additions and 0 deletions

View File

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