| System/Rune/RuneHoleBehaviour.cs | ●●●●● 补丁 | 查看 | 原始文档 | 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 @@ } } } } }