Mise à jour signale du panneau
This commit is contained in:
parent
016c834f21
commit
2370cb670d
31 changed files with 397 additions and 1611 deletions
|
|
@ -7,6 +7,7 @@ namespace EventSystem.Runtime
|
|||
{
|
||||
public static event Action<QuestClass> OnInfoQuestPanel;
|
||||
public static event Action OnRefresh;
|
||||
public static event Action OnNewQuestRegistered;
|
||||
|
||||
public static void RaiseInfoQuestPanel(QuestClass questClass)
|
||||
{
|
||||
|
|
@ -17,5 +18,10 @@ namespace EventSystem.Runtime
|
|||
{
|
||||
OnRefresh?.Invoke();
|
||||
}
|
||||
|
||||
public static void RaiseNewQuestRegistered()
|
||||
{
|
||||
OnNewQuestRegistered?.Invoke();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue