12 lines
218 B
C#
12 lines
218 B
C#
using System;
|
|
using Steamworks;
|
|
using UnityEngine.Events;
|
|
|
|
namespace HeathenEngineering.SteamApi.PlayerServices
|
|
{
|
|
[Serializable]
|
|
public class UnityLeaderboardEntryUpdateEvent : UnityEvent<LeaderboardEntry_t>
|
|
{
|
|
}
|
|
}
|