DRHPS/code-csharp/en_US/BattleActItem_StoredInformation.cs
2025-04-08 11:31:35 +08:00

12 lines
235 B
C#

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