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/Game.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Scripts/Game/Game.cs') diff --git a/Scripts/Game/Game.cs b/Scripts/Game/Game.cs index ff7e4f7..07d42b2 100644 --- a/Scripts/Game/Game.cs +++ b/Scripts/Game/Game.cs @@ -3,7 +3,7 @@ using Texty.Scripts.Terminal; namespace Texty.Scripts.Game { - public class Game : Node + public partial class Game : Node { private InputArea InputArea => GetNodeOrNull($"%{nameof(InputArea)}"); private OutputArea OutputArea => GetNodeOrNull($"%{nameof(OutputArea)}"); -- cgit v1.2.3