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