using Godot; using Godot.Collections; using Zennysoft.Ma.Adapter.Entity; namespace Zennysoft.Game.Ma; [GlobalClass] public partial class EnemyLootTable : Resource, IEnemyLootTable { [Export] public Array Items { get; set; } = []; }