示例#1
0
        private void onFightStart(ref DefaultGameEventParam prm)
        {
            SLevelContext curLvelContext = Singleton <BattleLogic> .get_instance().GetCurLvelContext();

            this.bIsLuandouPlayMode = curLvelContext.IsLuanDouPlayMode();
            this.bIsClassic5V5Mode  = curLvelContext.IsNorma5v5PlayMode();
            if (this.bIsLuandouPlayMode)
            {
            }
        }