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

12 lines
233 B
C#

using HeathenEngineering.Tools;
namespace HeathenEngineering.SteamApi.PlayerServices
{
public class HeathenSteamLeaderboardEntry : HeathenUIBehaviour
{
public virtual void ApplyEntry(ExtendedLeaderboardEntry entry)
{
}
}
}