Method: LibSL::UndoLandPacket#build_structure

Defined in:
lib/_packets.rb

#build_structureObject



1660
1661
1662
1663
1664
1665
1666
1667
# File 'lib/_packets.rb', line 1660

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