EncryptedAppTicketResponse

Swift
public struct EncryptedAppTicketResponse: Sendable

Steamworks EncryptedAppTicketResponse_t


Topics

var result: Result

Steamworks m_eResult

Declaration
Swift
public let result: Result

init(result: Result)

Create a customized EncryptedAppTicketResponse

Declaration
Swift
public init(result: Result = .none)