Example #1
0
        public void Initialize()
        {
            Debug.LogFormat("IsHotfixDebugModeKey: {0}", this.IsHotfixDebugMode());

            if (IsHotfixDebugMode())
            {
                mApp = new HotfixApp_Reflect();
            }
            else
            {
                mApp = new HotfixApp_ILRT();
            }
        }