|
@@ -1,9 +1,9 @@
|
|
|
|
|
+import AdSystem from "../../../../system/AdSystem";
|
|
|
import { zgSingleton } from "../zgSingleton";
|
|
import { zgSingleton } from "../zgSingleton";
|
|
|
import ATBanner from "./ATBanner";
|
|
import ATBanner from "./ATBanner";
|
|
|
import ATInterstitial from "./ATInterstitial";
|
|
import ATInterstitial from "./ATInterstitial";
|
|
|
import { ATNative } from "./ATNative";
|
|
import { ATNative } from "./ATNative";
|
|
|
import { ATRewardVideo } from "./ATRewardVideo";
|
|
import { ATRewardVideo } from "./ATRewardVideo";
|
|
|
-import AdSystem from "../AdSystem";
|
|
|
|
|
|
|
|
|
|
const { ccclass, property } = cc._decorator;
|
|
const { ccclass, property } = cc._decorator;
|
|
|
|
|
|