using System; [Serializable] public class BattleActItem_StoredInformation { public BattleActItemSelectable Selectable_References; public InventoryItem Selectable_Item; public BattleAction Selectable_Action; }