From 1b0582792b7b9169ce8a667bf5533241d083705c Mon Sep 17 00:00:00 2001 From: Gustavoeklund01 Date: Mon, 10 Nov 2025 16:57:26 -0300 Subject: small cure --- scripts/Entities/Entity.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/Entities/Entity.cs') diff --git a/scripts/Entities/Entity.cs b/scripts/Entities/Entity.cs index 5c643db..61dadc7 100644 --- a/scripts/Entities/Entity.cs +++ b/scripts/Entities/Entity.cs @@ -161,4 +161,4 @@ public abstract partial class Entity : Sprite2D, ISaveable Type = (EntityType)(int)saveData["layer"]; return true; } -} \ No newline at end of file +} -- cgit v1.2.3