51086670-8bd3-4765-a904-126ebe560600.js
1.72 KB
"use strict";
cc._RF.push(module, '51086Zwi9NHZakEEm6+VgYA', 'ProductionTeamViewImpl');
// script/game/ui/view/impl/discover/ProductionTeamViewImpl.ts
"use strict";
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
return c > 3 && r && Object.defineProperty(target, key, r), r;
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.ProductionTeamViewImpl = void 0;
const simba_sdk_1 = require("simba-sdk");
const CCViewBase_1 = require("../../../../../common/classbase/CCViewBase");
const PresenterCCViewFactory_1 = require("../../../PresenterCCViewFactory");
const ProductionTeamView_1 = require("../../type/discover/ProductionTeamView");
const { ccclass, property } = cc._decorator;
let ProductionTeamViewImpl = /** @class */ (() => {
let ProductionTeamViewImpl = class ProductionTeamViewImpl extends CCViewBase_1.CCPureView {
onCloseClickCallBack() {
this.close();
simba_sdk_1.SDK.showGameClubButton();
}
};
ProductionTeamViewImpl = __decorate([
ccclass,
PresenterCCViewFactory_1.RegView(ProductionTeamView_1.ProductionTeamViewType, "prefab/ui/discover/ProductionTeamView")
], ProductionTeamViewImpl);
return ProductionTeamViewImpl;
})();
exports.ProductionTeamViewImpl = ProductionTeamViewImpl;
cc._RF.pop();