export default class SDKConst { static CHANNEL: string = '1010'; static VERSION: string = '1.0'; static GAME_NAME: string = 'pstar'; // static DEFAULT_BANNER: string = 'adunit-01a3e1d3472491f4'; // static InterstitialAd: string = 'adunit-73a39af8d3a2f82b'; static CACHE_KEY = 'pstar_app_500_cache'; static LEVEL_REWARD_PROB = [0.2, 0.2, 0.2, 0.2, 0.2]; static CHALLENGE: boolean = true; static CHALLENGE_TIME: number = 60; static CHALLENGE_STAR_PROB: number = 0.03; static PACKET: boolean = false; static INTER_AD_CD: number = 30; static INTER_AD_CD2: number = 20; static CLOSE_REDPACKET_NUM:number = 3; static INTER_AD_ID: string = ''; static REWARD_AD_ID: string = '942652664'; static NATIVE_AD_ID: string = '942652780'; static BANNER_AD_ID: string = '942652648'; static FULL_AD_ID: string = '942652655'; }