fix: PingClickHandler补UndoSecondClick/UndoShow stub修复编译
This commit is contained in:
@@ -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); }
|
||||
|
||||
Reference in New Issue
Block a user