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/Command.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Scripts/Game/Command.cs') diff --git a/Scripts/Game/Command.cs b/Scripts/Game/Command.cs index 07d7c84..20b8437 100644 --- a/Scripts/Game/Command.cs +++ b/Scripts/Game/Command.cs @@ -7,7 +7,7 @@ namespace Texty.Scripts.Game Look } - public class Command : Object + public partial class Command : Object { public Command() { -- cgit v1.2.3