cosmetics

This commit is contained in:
UbitUmarov
2022-04-17 22:13:33 +01:00
parent af658625ed
commit 208a9af53c
6 changed files with 62 additions and 63 deletions

View File

@@ -35,11 +35,6 @@ namespace OpenSim.Framework
/// </summary>
public class AgentUpdateArgs : EventArgs
{
/// <summary>
/// Agent's unique ID
/// </summary>
public UUID AgentID;
/// <summary>
/// Rotation of the avatar's body
/// </summary>
@@ -76,7 +71,6 @@ namespace OpenSim.Framework
/// <summary>
/// Session Id
/// </summary>
public UUID SessionID;
public byte State;
public Vector3 ClientAgentPosition;