feat 目录修改名称

This commit is contained in:
2026-01-12 12:44:19 +08:00
parent b34e628c2c
commit da26f9bbc9
29 changed files with 129 additions and 125 deletions

View File

@@ -0,0 +1,8 @@
syntax = "proto3";
option go_package = "git.hlsq.asia/mmorpg/service-common/proto/rs/rs_common";
message ErrorInfo {
int32 Code = 1;
string Msg = 2;
}