fix: PingClickHandler补UndoSecondClick/UndoShow stub修复编译

This commit is contained in:
yangbear
2026-07-06 04:50:55 +08:00
parent e9e7db0669
commit 8cb9bf7ec9
2 changed files with 8 additions and 39 deletions
@@ -80,3 +80,5 @@ public class PingClickHandler : MonoBehaviour
public void ReEnableBorder() { if (_outlineMesh != null) { _outlineMesh.enabled = true; StopAllCoroutines(); StartCoroutine(BlinkOutline()); } }
}
public void UndoSecondClick() {}
public void UndoShow() { gameObject.SetActive(false); }