mirror of
https://gitee.com/jisol/jisol-game/
synced 2025-09-26 10:16:14 +00:00
简单PVP
This commit is contained in:
12
JisolGameCocos/proto/GPVPMessage.proto
Normal file
12
JisolGameCocos/proto/GPVPMessage.proto
Normal file
@@ -0,0 +1,12 @@
|
||||
syntax = "proto3";
|
||||
|
||||
option java_package = "cn.jisol.ngame.proto";
|
||||
|
||||
|
||||
//PVP 开始
|
||||
message GPVPStart {
|
||||
string leftTactical = 1; //左边的布阵
|
||||
string rightTactical = 2; //右边的布阵
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user