Пример #1
0
    //Insert routine functions for your custom settings defines here.
    #region OnEnable OnDisable callbacks

    protected void OnEnable()
    {
        UM_SETTINGS_UPDATE.PerformEnableDisableRoutine(true);
        UM_SETTINGS_GAMEPLAYUPDATE.PerformEnableDisableRoutine(true);
        UM_SETTINGS_FIXEDUPDATE.PerformEnableDisableRoutine(true);

        CoreOnEnable();
    }