mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
Added neighbourinfo class
This commit is contained in:
@@ -132,5 +132,14 @@ namespace OpenSim.GridServers
|
||||
public bool child_agent;
|
||||
}
|
||||
|
||||
public class neighbourinfo
|
||||
{
|
||||
public neighbourinfo() { }
|
||||
public ulong regionhandle;
|
||||
public uint RegionLocX;
|
||||
public uint RegionLocY;
|
||||
public string sim_ip;
|
||||
public uint sim_port;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user