class Datagram

Class for the Datagram in the Steam Language.

Public Class Methods

new() click to toggle source

Instantiate a Datagram object

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