GC-Proto/proto/ServerBuffChangeType.proto
2023-01-28 22:00:48 +08:00

9 lines
144 B
Protocol Buffer

syntax = "proto3";
enum ServerBuffChangeType {
SERVER_BUFF_CHANGE_TYPE_ADD_SERVER_BUFF = 0;
SERVER_BUFF_CHANGE_TYPE_DEL_SERVER_BUFF = 1;
}