12 lines
238 B
C#
12 lines
238 B
C#
using System;
|
|
using Steamworks;
|
|
using UnityEngine.Events;
|
|
|
|
namespace HeathenEngineering.SteamApi.GameServices
|
|
{
|
|
[Serializable]
|
|
public class UnityRemoteStorageDownloadUGCResultEvent : UnityEvent<RemoteStorageDownloadUGCResult_t>
|
|
{
|
|
}
|
|
}
|