mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 20:05:33 +08:00
* Spring cleaning.
* Added new generic "Location" class to handle 2D integer locations. Going to use it to replace all RegionHandle and X,Y coordinate references throughout the entire project. You have been warned.
This commit is contained in:
@@ -32,16 +32,15 @@ namespace OpenSim.Framework
|
||||
[Serializable]
|
||||
public class GridInstantMessage
|
||||
{
|
||||
public byte[] binaryBucket;
|
||||
public byte dialog;
|
||||
public Guid fromAgentID;
|
||||
public Guid fromAgentSession;
|
||||
public Guid toAgentID;
|
||||
public Guid imSessionID;
|
||||
public uint timestamp;
|
||||
public string fromAgentName;
|
||||
public Guid fromAgentSession;
|
||||
public bool fromGroup;
|
||||
public Guid imSessionID;
|
||||
|
||||
public string message;
|
||||
public byte dialog;
|
||||
public bool fromGroup;
|
||||
public byte offline;
|
||||
|
||||
public uint ParentEstateID;
|
||||
@@ -49,11 +48,11 @@ namespace OpenSim.Framework
|
||||
public sLLVector3 Position;
|
||||
|
||||
public Guid RegionID;
|
||||
|
||||
public byte[] binaryBucket;
|
||||
public uint timestamp;
|
||||
public Guid toAgentID;
|
||||
|
||||
public GridInstantMessage()
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user