Exemplo n.º 1
0
 public void ApplySetting(LevelSetting setting) {
     requireUnlockLevel = setting.RequireUnlockedLevel;
     disabled = !LevelSelectMgr.LevelHasUnlock(requireUnlockLevel);
     ApplyStyle();
 }
Exemplo n.º 2
0
 public override void Submit() {
     if (requireUnlockLevel < 0 || LevelSelectMgr.LevelHasUnlock(requireUnlockLevel))
         LevelSelectMgr.LoadLevel(ID);
 }