C# Class OpenMetaverse.Messages.Linden.AgentDropGroupMessage.AgentData

An object containing the Agents UUID, and the Groups UUID
Mostrar archivo Open project: N3X15/VoxelSim

Public Properties

Property Type Description
AgentID UUID
GroupID UUID

Property Details

AgentID public_oe property

The ID of the Agent leaving the group
public UUID AgentID
return UUID

GroupID public_oe property

The GroupID the Agent is leaving
public UUID GroupID
return UUID