Skip to content

Commit

Permalink
chore: Remove unused functions
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed Aug 6, 2024
1 parent 73b8f35 commit 0f1d538
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions Assets/JCSUnity/Scripts/Interfaces/JCS_DialogueScript.cs
Original file line number Diff line number Diff line change
Expand Up @@ -60,14 +60,6 @@ protected virtual void Start()
mDialogueSystem = JCS_UtilManager.instance.GetDialogueSystem();
}

/// <summary>
/// Manually set the dialogue system.
/// </summary>
public void SetDialogueSystem(JCS_DialogueSystem ds)
{
this.mDialogueSystem = ds;
}

/// <summary>
/// Starting point of the dialogue.
/// </summary>
Expand Down

0 comments on commit 0f1d538

Please sign in to comment.