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;