From e127ad39e742396030352240d829bc903b1d4464 Mon Sep 17 00:00:00 2001 From: Sophia Pearson Date: Mon, 3 Oct 2022 22:22:50 +0200 Subject: godot: inital Godot 4 migration --- Scripts/Game/CommandParser.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Scripts/Game/CommandParser.cs') 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() { -- cgit v1.2.3