新增快速开始 README.md

This commit is contained in:
yhh
2021-01-26 10:49:25 +08:00
parent 93768fb4d9
commit 4f7cfb087a
3 changed files with 4767 additions and 5 deletions

View File

@@ -396,7 +396,7 @@ module es {
* @param type
*/
public getComponent<T extends Component>(type): T {
return this.components.getComponent(type, false) as T;
return this.components.getComponent(type, false);
}
/**