修复tween中start报错

This commit is contained in:
yhh
2021-08-03 00:09:43 +08:00
parent fd82486bbc
commit 2a026726db
5 changed files with 29 additions and 3 deletions

View File

@@ -2271,6 +2271,13 @@ declare class TimeUtils {
*/
static timeToMillisecond(time: string, partition?: string): string;
}
declare module es {
/**
* 用于记录所有组件的属性值
*/
class TypeBit {
}
}
declare module es {
/**
* 开辟一个新线程