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/Location.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Scripts/Location.cs') diff --git a/Scripts/Location.cs b/Scripts/Location.cs index ab8543b..aaca980 100644 --- a/Scripts/Location.cs +++ b/Scripts/Location.cs @@ -2,7 +2,7 @@ using Godot; namespace Texty.Scripts { - public class Location : Resource + public partial class Location : Resource { [Export(PropertyHint.MultilineText)] public string FlavourText = string.Empty; } -- cgit v1.2.3