Skip to content

Commit

Permalink
Update DialogueChoiceNode.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
BDeshiDev authored Jun 4, 2024
1 parent 01951a8 commit 7859199
Showing 1 changed file with 7 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,12 @@ protected override bool CheckConditionsInternal()

return true;
}


public override UniTask Play()
{
InvokePostPlayEvents();
return UniTask.CompletedTask;
}

}
}
}

0 comments on commit 7859199

Please sign in to comment.