12 lines
235 B
C#
12 lines
235 B
C#
using System;
|
|
|
|
[Serializable]
|
|
public class BattleActItem_StoredInformation
|
|
{
|
|
public BattleActItemSelectable Selectable_References;
|
|
|
|
public InventoryItem Selectable_Item;
|
|
|
|
public BattleAction Selectable_Action;
|
|
}
|