summaryrefslogtreecommitdiff
path: root/Scripts/Game/CommandInputArea.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Scripts/Game/CommandInputArea.cs')
-rw-r--r--Scripts/Game/CommandInputArea.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Scripts/Game/CommandInputArea.cs b/Scripts/Game/CommandInputArea.cs
index 7d0ba5c..2f1fc09 100644
--- a/Scripts/Game/CommandInputArea.cs
+++ b/Scripts/Game/CommandInputArea.cs
@@ -3,6 +3,7 @@ using Texty.Scripts.Terminal;
namespace Texty.Scripts.Game
{
+ [Tool]
public class CommandInputArea : InputArea
{
[Signal] public delegate void CommandSubmitted(Command command);