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

@@ -1,7 +1,7 @@
[
{
"__type__": "cc.Prefab",
"_name": "RoleEntity",
"_name": "RolePVPEntity",
"_objFlags": 0,
"__editorExtras__": {},
"_native": "",
@@ -13,7 +13,7 @@
},
{
"__type__": "cc.Node",
"_name": "RoleEntity",
"_name": "RolePVPEntity",
"_objFlags": 0,
"__editorExtras__": {},
"_parent": null,

View File

@@ -8,6 +8,6 @@
],
"subMetas": {},
"userData": {
"syncNodeName": "RoleEntity"
"syncNodeName": "RolePVPEntity"
}
}

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,9 @@
{
"ver": "1.2.0",
"importer": "directory",
"imported": true,
"uuid": "35e11e81-b6f9-4691-9b51-87135d43f671",
"files": [],
"subMetas": {},
"userData": {}
}

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": {}
}