diff options
Diffstat (limited to 'Scripts/OutputRow.cs')
| -rw-r--r-- | Scripts/OutputRow.cs | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Scripts/OutputRow.cs b/Scripts/OutputRow.cs index 15a6454..13d9293 100644 --- a/Scripts/OutputRow.cs +++ b/Scripts/OutputRow.cs @@ -11,12 +11,12 @@ namespace Texty.Scripts [Signal] public delegate void OutputTextChanged(string newText); - public Label Input; - public Label Output; - private string _inputText = ""; private string _outputText = ""; + public Label Input; + public Label Output; + [Export] public string InputText { @@ -69,4 +69,4 @@ namespace Texty.Scripts Output } } -}
\ No newline at end of file +}
\ No newline at end of file |
