diff options
Diffstat (limited to 'Scripts/Game/CommandParser.cs')
| -rw-r--r-- | Scripts/Game/CommandParser.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Scripts/Game/CommandParser.cs b/Scripts/Game/CommandParser.cs index 5f8249a..9b02ee5 100644 --- a/Scripts/Game/CommandParser.cs +++ b/Scripts/Game/CommandParser.cs @@ -4,7 +4,7 @@ using Texty.Scripts.Commands; namespace Texty.Scripts.Game { - public class CommandParser : Node + public partial class CommandParser : Node { public override void _Ready() { |
