class Steamcr::MsgClientOGSBeginSession
- Steamcr::MsgClientOGSBeginSession
- Reference
- Object
Defined in:
steamd/steammsg.crConstructors
Instance Method Summary
- #account_id : UInt64
- #account_id=(account_id : UInt64)
- #account_type : UInt8
- #account_type=(account_type : UInt8)
- #app_id : UInt32
- #app_id=(app_id : UInt32)
- #deserialize(io : IO::Memory)
- #serialize(io : IO::Memory)
- #time_started : UInt32
- #time_started=(time_started : UInt32)
Constructor Detail
def self.new(account_type : UInt8, account_id : UInt64, app_id : UInt32, time_started : UInt32)
#