mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 18:25: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,18 +32,18 @@ namespace OpenSim.Framework
|
||||
{
|
||||
public class MapBlockData
|
||||
{
|
||||
public uint Flags;
|
||||
public ushort X;
|
||||
public ushort Y;
|
||||
public byte Agents;
|
||||
public byte Access;
|
||||
public byte WaterHeight;
|
||||
public byte Agents;
|
||||
public uint Flags;
|
||||
public LLUUID MapImageId;
|
||||
public String Name;
|
||||
public uint RegionFlags;
|
||||
public byte WaterHeight;
|
||||
public ushort X;
|
||||
public ushort Y;
|
||||
|
||||
public MapBlockData()
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user