集成tsrpc代替protobuf

This commit is contained in:
YHH
2025-08-09 18:56:19 +08:00
parent e56278e4a6
commit 6e21ff08d5
48 changed files with 5942 additions and 3398 deletions

View File

@@ -19,7 +19,10 @@ export { NetworkComponent } from './NetworkComponent';
export { INetworkSyncable } from './INetworkSyncable';
export { NetworkRole } from './NetworkRole';
// Protobuf序列化系统
// TSRPC网络通信系统
export * from './TSRPC';
// 装饰器序列化系统(用于组件同步)
export * from './Serialization';
// 快照系统(帧同步)