Commit 1aaaf4c7 authored by liujiangnan's avatar liujiangnan

feat: mock方法

parent 96424550
......@@ -121,6 +121,11 @@ export abstract class middleLayerBase extends cc.Component {
});
}
isLevelActived() {
// 最上层判断Level是否被购买激活过
return true;
}
loadOnlineBundle(bundleName, callback = null) {
if (this.IS_BUNDLE_LOADING) {
return;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment