Files
2026-03-04 10:03:45 +08:00

12 lines
180 B
C#

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