咸鱼的反击
xianyudefanji/assets/FrameWork/Util/Common.ts

28 lines
409 B

3 months ago
/*
* @Descripttion:
* @version: 1.0.0
* @Author: YeeChan
* @Date: 2020-07-21 16:48:23
*/
export default class Common {
static Type = 0;
static SpeTip = "";
static subLevel = 0;
static GameSubTipConfigs = null;
static GameSubAnswerConfigs = null;
static GameSubChooseArray = null;
static GameguizeArray = null;
static isEnterJituan = false;
}