AssociateWithClanResult

Swift
public struct AssociateWithClanResult: Sendable

Steamworks AssociateWithClanResult_t


Topics

var result: Result

Steamworks m_eResult

Declaration
Swift
public let result: Result

init(result: Result)

Create a customized AssociateWithClanResult

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