Files
UltimateFishing/Assets/Plugins/Assembly-CSharp-firstpass/Steamworks/GetAuthSessionTicketResponse_t.cs
2026-02-21 16:45:37 +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;
}
}