fix:修复bug(解密文件夹名字修改)
This commit is contained in:
@@ -598,7 +598,7 @@ namespace RedHotRoast
|
||||
else
|
||||
{
|
||||
Levelunlock levelunlock_ = DataMgr.LevelUnlockListNew.Value.FirstOrDefault(x => x.level_ == GameHelper.GetLevel());
|
||||
Debug.Log($"levelunlock_0-----------------:{levelunlock_.config_index} {levelunlock_.type}");
|
||||
// Debug.Log($"levelunlock_0-----------------:{levelunlock_.config_index} {levelunlock_.type}");
|
||||
if (levelunlock_ != null)
|
||||
{
|
||||
if (levelunlock_.type == 0)
|
||||
|
||||
Reference in New Issue
Block a user