# HG changeset patch # User Alys Brooks # Date 2021-12-12 20:09:58 # Node ID 0301a3b6489e3d9c38072aa0ab898d58a48bba63 # Parent 917513506adfd54921389c6e89dbbc2cbd452679 Add missing Dialog component changes. diff --git a/isometric-park-fna/Components/Dialog.cs b/isometric-park-fna/Components/Dialog.cs --- a/isometric-park-fna/Components/Dialog.cs +++ b/isometric-park-fna/Components/Dialog.cs @@ -11,6 +11,7 @@ namespace isometricparkfna.Components { public struct DialogComponent : IComponent { /*, IHasEntity*/ + public string StartingKnot; public string Knot; public string CurrentDialog; public string CurrentSpeaker;