重构network库(mvp版本)搭建基础设施和核心接口

定义ITransport/ISerializer/INetworkMessage接口
NetworkIdentity组件
基础事件定义
This commit is contained in:
YHH
2025-08-13 13:07:40 +08:00
parent 25136349ff
commit 62f250b43c
97 changed files with 1877 additions and 16607 deletions

View File

@@ -8,6 +8,7 @@
"outDir": "./bin",
"rootDir": "./src",
"strict": true,
"composite": true,
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"skipLibCheck": true,
@@ -40,7 +41,11 @@
"node_modules",
"bin",
"**/*.test.ts",
"**/*.spec.ts",
"src/protocol/analyzer/**/*"
"**/*.spec.ts"
],
"references": [
{
"path": "../core"
}
]
}