Method: LibSL::ViewerStartAuctionPacket#build_structure

Defined in:
lib/_packets.rb

#build_structureObject



5464
5465
5466
5467
5468
5469
5470
5471
5472
5473
5474
5475
# File 'lib/_packets.rb', line 5464

def build_structure()
	@blocks = [
		[:AgentData, Block.new([
			[:AgentID, :LLUUID],
			[:SessionID, :LLUUID]
		])],
		[:ParcelData, Block.new([
			[:LocalID, :LLS32],
			[:SnapshotID, :LLUUID]
		])]
	]
end