mirror of
https://gitee.com/jisol/jisol-game/
synced 2025-06-26 11:24:46 +00:00
13 lines
180 B
Protocol Buffer
13 lines
180 B
Protocol Buffer
|
syntax = "proto3";
|
||
|
|
||
|
option java_package = "cn.jisol.ngame.proto";
|
||
|
|
||
|
message NActionDemo {
|
||
|
optional string message = 1;
|
||
|
}
|
||
|
|
||
|
message NActionDemo2 {
|
||
|
optional string message = 1;
|
||
|
}
|
||
|
|