feat(GazeReminder): 实现更多提示
This commit is contained in:
@@ -3,6 +3,8 @@ namespace Script.Gameplay.Interface
|
||||
{
|
||||
public interface ISignalReceiver
|
||||
{
|
||||
public int NeedSignalCount { get; set; }
|
||||
public int CurrentNeedSignalCount { get; set; }
|
||||
public void OnSignalReceived(bool active, GameObject sender);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user