mirror of
https://gitee.com/jisol/jisol-game/
synced 2025-12-08 05:49:08 +00:00
聊天UI
This commit is contained in:
12
JisolGameCocos/proto/NActionMessage.proto
Normal file
12
JisolGameCocos/proto/NActionMessage.proto
Normal file
@@ -0,0 +1,12 @@
|
||||
syntax = "proto3";
|
||||
|
||||
option java_package = "cn.jisol.ngame.proto";
|
||||
|
||||
message NActionDemo {
|
||||
optional string message = 1;
|
||||
}
|
||||
|
||||
message NActionDemo2 {
|
||||
optional string message = 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user