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

An object containing the Agents UUID, and the Groups UUID
Show file Open project: N3X15/VoxelSim

Public Properties

Property Type Description
AgentID UUID
GroupID UUID

Property Details

AgentID public property

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

GroupID public property

The GroupID the Agent is leaving
public UUID GroupID
return UUID