Method: LibSL::PickGodDeletePacket#build_structure

Defined in:
lib/_packets.rb

#build_structureObject



4537
4538
4539
4540
4541
4542
4543
4544
4545
4546
4547
4548
# File 'lib/_packets.rb', line 4537

def build_structure()
	@blocks = [
		[:AgentData, Block.new([
			[:AgentID, :LLUUID],
			[:SessionID, :LLUUID]
		])],
		[:Data, Block.new([
			[:PickID, :LLUUID],
			[:QueryID, :LLUUID]
		])]
	]
end