Ejemplo n.º 1
0
    void OnDestroy()
    {
        SetHeroActive(true);
        onCameraPlay = null;
        onDialogPlay = null;
        m_instance   = null;

        StroyLineDataManager.Instance.GetNpcList.Clear();
    }
Ejemplo n.º 2
0
 public void RemoveDialogDelegate(StroyDialogDelegate del)
 {
     onDialogPlay -= del;
 }
Ejemplo n.º 3
0
 public void AddDialogDelegate(StroyDialogDelegate del)
 {
     onDialogPlay += del;
 }