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