///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// // // D E R E L I C T // /// // (c) 2003..2024 using Godot; using System; [GlobalClass] public partial class BattleScreenDef : ScreenGenericDef { [Export] public PackedScene Scene { get; set; } [Export( PropertyHint.File )] public string BattleDataPath; }