新增syncvar高级特性,使用protobuf定义
This commit is contained in:
11
packages/network/tests/SyncVarSimple.test.ts
Normal file
11
packages/network/tests/SyncVarSimple.test.ts
Normal file
@@ -0,0 +1,11 @@
|
||||
/**
|
||||
* SyncVar简单测试
|
||||
*/
|
||||
|
||||
import 'reflect-metadata';
|
||||
|
||||
describe('SyncVar简单测试', () => {
|
||||
test('基础功能测试', () => {
|
||||
expect(true).toBe(true);
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user