using Godot; using Godot.Collections; namespace CryptonymThunder.Code.Presenters; [GlobalClass] public partial class SceneEntity : Node { [Export] public Array ComponentResources { get; set; } = []; }