class Steamcr::MsgClientAppUsageEvent

Defined in:

steamd/steammsg.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(app_usage_event : EAppUsageEvent, game_id : UInt64, offline : UInt16) #

[View source]

Instance Method Detail

def app_usage_event : Steamcr::EAppUsageEvent #

[View source]
def app_usage_event=(app_usage_event : Steamcr::EAppUsageEvent) #

[View source]
def deserialize(io : IO::Memory) #

[View source]
def game_id : UInt64 #

[View source]
def game_id=(game_id : UInt64) #

[View source]
def offline : UInt16 #

[View source]
def offline=(offline : UInt16) #

[View source]
def serialize(io : IO::Memory) #

[View source]