12 lines
233 B
C#
12 lines
233 B
C#
using HeathenEngineering.Tools;
|
|
|
|
namespace HeathenEngineering.SteamApi.PlayerServices
|
|
{
|
|
public class HeathenSteamLeaderboardEntry : HeathenUIBehaviour
|
|
{
|
|
public virtual void ApplyEntry(ExtendedLeaderboardEntry entry)
|
|
{
|
|
}
|
|
}
|
|
}
|