fffc9a68-ccbe-4ecd-ac4d-baf564bd997d.js 818 Bytes
"use strict";
cc._RF.push(module, 'fffc9pozL5OzaxNuvVkvZl9', 'BlockSkillViewBase');
// scripts/prefabs/BlockSkillViewBase.ts

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.BlcokSkillViewBase = void 0;
var BlcokSkillViewBase = /** @class */ (function () {
    function BlcokSkillViewBase(owner, mapView) {
        this._owner = owner;
        this._mapView = mapView;
    }
    BlcokSkillViewBase.prototype.onCollision = function () {
    };
    BlcokSkillViewBase.prototype.onDead = function () {
        //owner已经destroy了
    };
    BlcokSkillViewBase.prototype.onPositionChange = function (x, y) {
    };
    BlcokSkillViewBase.prototype.onDestroy = function () {
    };
    return BlcokSkillViewBase;
}());
exports.BlcokSkillViewBase = BlcokSkillViewBase;

cc._RF.pop();