Files
UltimateFishing2020/Assets/Scripts/Assembly-CSharp/HeathenEngineering/SteamApi/GameServices/UnityRemoteStorageDownloadUGCResultEvent.cs
2026-03-04 10:03:45 +08:00

12 lines
238 B
C#

using System;
using Steamworks;
using UnityEngine.Events;
namespace HeathenEngineering.SteamApi.GameServices
{
[Serializable]
public class UnityRemoteStorageDownloadUGCResultEvent : UnityEvent<RemoteStorageDownloadUGCResult_t>
{
}
}