12 lines
180 B
C#
12 lines
180 B
C#
using Steamworks;
|
|
|
|
namespace HeathenEngineering.SteamApi.PlayerServices
|
|
{
|
|
public class ExtendedLeaderboardEntry
|
|
{
|
|
public LeaderboardEntry_t Base;
|
|
|
|
public int[] Details;
|
|
}
|
|
}
|