12 lines
206 B
C#
12 lines
206 B
C#
using System;
|
|
using Steamworks;
|
|
using UnityEngine.Events;
|
|
|
|
namespace HeathenEngineering.SteamApi.Foundation
|
|
{
|
|
[Serializable]
|
|
public class UnityUserStatsStoredEvent : UnityEvent<UserStatsStored_t>
|
|
{
|
|
}
|
|
}
|