Files
UltimateFishing2020/Assets/Plugins/Assembly-CSharp-firstpass/Steamworks/GetAuthSessionTicketResponse_t.cs
2026-03-04 10:03:45 +08:00

16 lines
294 B
C#

using System.Runtime.InteropServices;
namespace Steamworks
{
[StructLayout(LayoutKind.Sequential, Pack = 8)]
[CallbackIdentity(163)]
public struct GetAuthSessionTicketResponse_t
{
public const int k_iCallback = 163;
public HAuthTicket m_hAuthTicket;
public EResult m_eResult;
}
}