Skip to content

Commit

Permalink
Fix choice node
Browse files Browse the repository at this point in the history
  • Loading branch information
BDeshiDev committed Jun 5, 2024
1 parent d8d6dc5 commit fb6d491
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
using System.Collections.Generic;
using Studio23.SS2.DialogueSystem.Runtime.Data;
using Cysharp.Threading.Tasks;
using UnityEngine;
namespace Studio23.SS2.DialogueSystem.Data
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "com.studio23.ss2.dialoguesystem",
"version": "0.4.11",
"version": "0.4.12",
"displayName": "Dialogue System",
"description": "Dialogue system is an authoring tool for developers to integrate dialogue from scriptwriters inside unity.",
"unity": "2022.3",
Expand Down

0 comments on commit fb6d491

Please sign in to comment.