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

@@ -52,6 +52,7 @@ namespace Script.Gameplay.Facility
public override void OnSignalReceived(bool active, GameObject sender)
{
base.OnSignalReceived(active, sender);
Interact(sender);
}
}