feat(network): 添加状态同步和客户端预测模块 (#330)
* feat(network): 添加状态同步和客户端预测模块 - 添加状态快照接口和快照缓冲区实现 - 实现线性插值和赫尔米特插值器 - 实现客户端预测和服务器校正系统 - 添加网络相关蓝图节点 (IsLocalPlayer, IsServer 等) * chore: update pnpm-lock.yaml
This commit is contained in:
@@ -9,5 +9,8 @@
|
||||
"moduleResolution": "node"
|
||||
},
|
||||
"include": ["src/**/*"],
|
||||
"exclude": ["node_modules", "dist", "**/*.test.ts"]
|
||||
"exclude": ["node_modules", "dist", "**/*.test.ts"],
|
||||
"references": [
|
||||
{ "path": "../blueprint" }
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user