Method: LibSL::KillChildAgentsPacket#build_structure

Defined in:
lib/_packets.rb

#build_structureObject



5838
5839
5840
5841
5842
5843
5844
# File 'lib/_packets.rb', line 5838

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