mirror of
https://gitee.com/jisol/jisol-game/
synced 2025-09-27 02:36:14 +00:00
update
This commit is contained in:
12
JisolGameCocos/assets/resources/proto/GDemo.proto
Normal file
12
JisolGameCocos/assets/resources/proto/GDemo.proto
Normal file
@@ -0,0 +1,12 @@
|
||||
syntax = "proto3";
|
||||
|
||||
option java_package = "cn.jisol.ngame.proto";
|
||||
import "google/protobuf/any.proto";
|
||||
|
||||
//测试输入
|
||||
message GDemoMessage {
|
||||
//是否攻击
|
||||
bool isAttack = 1;
|
||||
//是否奔跑
|
||||
bool isRun = 2;
|
||||
}
|
11
JisolGameCocos/assets/resources/proto/GDemo.proto.meta
Normal file
11
JisolGameCocos/assets/resources/proto/GDemo.proto.meta
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"ver": "1.0.2",
|
||||
"importer": "text",
|
||||
"imported": true,
|
||||
"uuid": "c9f4975a-e568-4d6c-af34-98620327eaf1",
|
||||
"files": [
|
||||
".json"
|
||||
],
|
||||
"subMetas": {},
|
||||
"userData": {}
|
||||
}
|
Reference in New Issue
Block a user