Update resource paths and refactor properties for consistency

This commit is contained in:
2025-08-21 20:05:26 +02:00
parent 9d0f502cc2
commit 1d4948e5b4
11 changed files with 28 additions and 162 deletions

View File

@@ -4,6 +4,6 @@ namespace Mr.BrickAdventures.scripts.Resources;
public partial class CollectableResource : Resource
{
[Export] public Variant Amount { get; set; } = 0.0;
[Export] public float Amount { get; set; } = 0.0f;
[Export] public CollectableType Type { get; set; }
}