diff options
Diffstat (limited to 'Scripts/Terminal/OutputBlock.cs')
| -rw-r--r-- | Scripts/Terminal/OutputBlock.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Scripts/Terminal/OutputBlock.cs b/Scripts/Terminal/OutputBlock.cs index b611cb5..08b2ab2 100644 --- a/Scripts/Terminal/OutputBlock.cs +++ b/Scripts/Terminal/OutputBlock.cs @@ -2,6 +2,7 @@ using Godot; namespace Texty.Scripts.Terminal { + [Tool] public class OutputBlock : MarginContainer { private string _content = ""; |
