feat(GazeReminder): 实现更多提示

This commit is contained in:
2025-10-26 22:13:15 +08:00
parent 1459c70279
commit e8b9f47067
12 changed files with 920 additions and 104 deletions

View File

@@ -76,6 +76,9 @@ namespace Script.Gameplay.Connect
_pointB.ConnectionLines.Remove(this);
}
public int NeedSignalCount { get; set; }
public int CurrentNeedSignalCount { get; set; }
public void OnSignalReceived(bool active, GameObject sender)
{
SendSignal(active,this.gameObject);