using Godot; namespace CryptonymThunder.Code.Resources; [GlobalClass] public partial class UnlockDoorActionResource : TriggerActionResource { [Export] public string TargetWorldId { get; set; } = "door_to_unlock"; }