feat: 支持 PK 数据以及详情页面
This commit is contained in:
14
assets/prefabs/PagePKDetail.ts
Normal file
14
assets/prefabs/PagePKDetail.ts
Normal file
@@ -0,0 +1,14 @@
|
||||
import { _decorator, Component, Node } from 'cc';
|
||||
const { ccclass, property } = _decorator;
|
||||
|
||||
@ccclass('PagePKDetail')
|
||||
export class PagePKDetail extends Component {
|
||||
start() {
|
||||
|
||||
}
|
||||
|
||||
update(deltaTime: number) {
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user