diff options
| author | Matheus <matheus.guedes.mg.m@gmail.com> | 2025-11-04 18:14:43 -0300 |
|---|---|---|
| committer | Matheus <matheus.guedes.mg.m@gmail.com> | 2025-11-04 18:14:43 -0300 |
| commit | d312f5a470c9f3cde27ed44492c13ae7d6bd2fe5 (patch) | |
| tree | 61f46ae40eecf18c2c267d35406ff6f312337e06 /scripts/Entities/Entity.cs | |
| parent | 63e4f75e9292e1276cc0b5d11ebad010f147aa68 (diff) | |
Definir nome de jogador
Diffstat (limited to 'scripts/Entities/Entity.cs')
| -rw-r--r-- | scripts/Entities/Entity.cs | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |
