Refactored switches and chests and mapping

This commit is contained in:
Marco 2025-01-30 17:24:40 +01:00
commit cc5376e94e
14 changed files with 158 additions and 91 deletions

View file

@ -7,4 +7,5 @@ public partial class LootItem : Resource
{
[Export] public ItemTypes Item;
[Export] public int Amount;
[Export] public int Max;
}