This repository has been archived on 2026-01-07. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
Game/Server/common/proto/common.proto

7 lines
92 B
Protocol Buffer

syntax = "proto3";
option go_package = "common/proto/gen/common";
// 空
message Empty {
}