This commit is contained in:
PC-20230316NUNE\Administrator
2023-10-24 19:12:25 +08:00
parent 72f3d7e880
commit fb1696d079
24 changed files with 1478 additions and 91 deletions

View 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;
}

View File

@@ -0,0 +1,11 @@
{
"ver": "1.0.2",
"importer": "text",
"imported": true,
"uuid": "c9f4975a-e568-4d6c-af34-98620327eaf1",
"files": [
".json"
],
"subMetas": {},
"userData": {}
}