class Disconnect

Class for the Disconnect in the Steam Language.

Public Class Methods

new() click to toggle source

Instantiate a Disconnect object

Calls superclass method SteamSerializable::new
# File lib/steamd/generated/netheader.rb, line 286
def initialize
  super([], [])
end