少年修仙传客户端代码仓库
client_Wu Xijin
2019-03-04 49d14c36c7a6ec949fc18c118896550b45bcbfba
1
2
3
4
5
6
7
8
9
10
11
12
13
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
namespace Snxxz.UI
{
    public class OperationBossReborn : OperationBase
    {
        public override bool SatisfyOpenCondition()
        {
            return PlayerDatas.Instance.baseData.LV >= limitLv;
        }
    }
}