重构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

@@ -6,6 +6,7 @@
"declaration": true,
"sourceMap": true,
"strict": true,
"composite": true,
"target": "ES2020",
"module": "ESNext",
"moduleResolution": "node",