14 lines
177 B
C#
14 lines
177 B
C#
using Steamworks;
|
|
|
|
namespace HeathenEngineering.SteamApi.Foundation
|
|
{
|
|
public struct AppDlcData
|
|
{
|
|
public AppId_t appId;
|
|
|
|
public string name;
|
|
|
|
public bool available;
|
|
}
|
|
}
|