From d312f5a470c9f3cde27ed44492c13ae7d6bd2fe5 Mon Sep 17 00:00:00 2001 From: Matheus Date: Tue, 4 Nov 2025 18:14:43 -0300 Subject: Definir nome de jogador --- 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 76002b1..5c643db 100644 --- a/scripts/Entities/Entity.cs +++ b/scripts/Entities/Entity.cs @@ -109,7 +109,7 @@ public abstract partial class Entity : Sprite2D, ISaveable public string DisplayName { get => displayName; - protected set + set { displayName = value; } -- cgit v1.2.3