Added neighbourinfo class

adam
gareth 2007-03-18 19:43:57 +00:00
parent 0652087049
commit 8e28076758
1 changed files with 9 additions and 0 deletions

View File

@ -132,5 +132,14 @@ namespace OpenSim.GridServers
public bool child_agent; 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;
}
} }