Method: LibSL::ImageNotInDatabasePacket#build_structure

Defined in:
lib/_packets.rb

#build_structureObject



1936
1937
1938
1939
1940
1941
1942
# File 'lib/_packets.rb', line 1936

def build_structure()
	@blocks = [
		[:ImageID, Block.new([
			[:ID, :LLUUID]
		])]
	]
end