first step changing Object Select code

This commit is contained in:
UbitUmarov
2016-08-25 06:56:13 +01:00
parent e33c2f0d7c
commit 991dd5f471
3 changed files with 66 additions and 112 deletions

View File

@@ -117,7 +117,7 @@ namespace OpenSim.Framework
public delegate void ObjectExtraParams(UUID agentID, uint localID, ushort type, bool inUse, byte[] data);
public delegate void ObjectSelect(uint localID, IClientAPI remoteClient);
public delegate void ObjectSelect(List<uint> localID, IClientAPI remoteClient);
public delegate void ObjectRequest(uint localID, IClientAPI remoteClient);