少年修仙传客户端代码仓库
hch
2020-09-07 3756879ac0e09b14e81428e48d5da53b3afcea9d
4626 【主干】符印点击+号镶嵌没有镶嵌到对应孔
1个文件已修改
11 ■■■■ 已修改文件
System/Rune/RuneHoleBehaviour.cs 11 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
System/Rune/RuneHoleBehaviour.cs
@@ -1,7 +1,7 @@
using System;
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using UnityEngine.UI;
namespace Snxxz.UI
@@ -88,6 +88,7 @@
        private void OpenRunePack()
        {
            OnSelect();
            RunePackWin.selectHole = model.selectHole;
            WindowCenter.Instance.Open<RunePackWin>();
        }
@@ -144,5 +145,5 @@
            }
        }
    }
}
}