Example #1
0
 public SteamStream(SteamConnection theConn)
 {
     conn = theConn;
     streams[conn.friend.id] = this;
 }
Example #2
0
 public SteamStream(SteamConnection theConn)
 {
     conn = theConn;
 }