diff options
| author | Gustavoeklund01 <eklundgu@gmail.com> | 2025-11-10 16:57:26 -0300 |
|---|---|---|
| committer | Gustavoeklund01 <eklundgu@gmail.com> | 2025-11-10 16:57:26 -0300 |
| commit | 1b0582792b7b9169ce8a667bf5533241d083705c (patch) | |
| tree | d168d44c19736dcfe97bd9a58a1f7253dc52c75f /scripts/Entities/Actors | |
| parent | 3840e41432593855f53013962f42da553264baeb (diff) | |
small cure
Diffstat (limited to 'scripts/Entities/Actors')
| -rw-r--r-- | scripts/Entities/Actors/PlayerDefinition.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/Entities/Actors/PlayerDefinition.cs b/scripts/Entities/Actors/PlayerDefinition.cs index 58ae6b4..8e655df 100644 --- a/scripts/Entities/Actors/PlayerDefinition.cs +++ b/scripts/Entities/Actors/PlayerDefinition.cs @@ -8,4 +8,4 @@ public partial class PlayerDefinition : ActorDefinition [ExportCategory("Player Mechanics")] [Export] public int InventoryCapacity = 0; -}
\ No newline at end of file +} |
