mirror of
https://github.com/opensim/opensim.git
synced 2026-08-12 12:25:42 +08:00
first step changing Object Select code
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user