feat(UIReminder): 优化了提示键位的UI

This commit is contained in:
2025-10-21 14:23:54 +08:00
parent f71ef8cae9
commit 6ff684a71e
6 changed files with 5839 additions and 5480 deletions

View File

@@ -107,12 +107,6 @@ namespace Script.Gameplay.Player
CurrentTarget = hitConnectable;
}
public IConnectable GetCurrentTarget()
{
return CurrentTarget;
}
public void SetPointA(IConnectable target)
{
if (target == null) return;