12 lines
172 B
C#
12 lines
172 B
C#
using Steamworks;
|
|
|
|
namespace HeathenEngineering.SteamApi.PlayerServices
|
|
{
|
|
public struct GenerateItemCount
|
|
{
|
|
public SteamItemDef_t ItemId;
|
|
|
|
public uint Quantity;
|
|
}
|
|
}
|