DownloadClanActivityCountsResult

Swift
public struct DownloadClanActivityCountsResult: Sendable

Steamworks DownloadClanActivityCountsResult_t


Topics

var success: Bool

Steamworks m_bSuccess

Declaration
Swift
public let success: Bool

init(success: Bool)

Create a customized DownloadClanActivityCountsResult

Declaration
Swift
public init(success: Bool = false)