新增syncvar高级特性,使用protobuf定义

This commit is contained in:
YHH
2025-08-07 20:23:49 +08:00
parent ea8523be35
commit 2d389308ea
45 changed files with 9656 additions and 454 deletions

View File

@@ -0,0 +1,11 @@
/**
* SyncVar简单测试
*/
import 'reflect-metadata';
describe('SyncVar简单测试', () => {
test('基础功能测试', () => {
expect(true).toBe(true);
});
});