using Steamworks; namespace HeathenEngineering.SteamApi.PlayerServices { public class ExtendedLeaderboardEntry { public LeaderboardEntry_t Base; public int[] Details; } }