mirror of
https://gitee.com/dgflash/oops-framework.git
synced 2026-05-22 14:37:06 +08:00
9 lines
136 B
TypeScript
9 lines
136 B
TypeScript
import { Component } from 'cc';
|
|
|
|
/** 游戏世界管理 */
|
|
export class GameManager extends Component {
|
|
onLoad() {
|
|
|
|
}
|
|
}
|