|
using GeometryTD.Definition;
|
|
|
|
namespace GeometryTD.UI
|
|
{
|
|
public class RepoFormRawData
|
|
{
|
|
public BackpackInventoryData Inventory;
|
|
public RepoFormState State;
|
|
public long[] SelectedSellItemIds;
|
|
public int SelectedSellItemCount;
|
|
public int SelectedSellTotalPrice;
|
|
}
|
|
}
|