Exemplo n.º 1
0
    private void OnDialogueOutroExitFocusedView(object source, EventArgs args)
    {
        ConversationSnippet.DestroyAllCustomerResponseSnippets(this);

        StartCoroutine(ExitFocusedCraftingModeAfterTimeDelay(1f));

        CameraManager.ChangeViewTo();
    }
Exemplo n.º 2
0
 private void DestroyHangingResponse()
 {
     if (hangingNpcResponse != null)
     {
         responseTimeTracker.StopTracking();
         ConversationSnippet.DestroyAllCustomerResponseSnippets(this);
         hangingNpcResponse = null;
     }
 }