mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 01:35:46 +08:00
Merge branch 'careminster' into careminster-presence-refactor
This commit is contained in:
@@ -73,7 +73,7 @@ namespace OpenSim.Framework
|
||||
|
||||
public delegate void LinkObjects(IClientAPI remoteClient, uint parent, List<uint> children);
|
||||
|
||||
public delegate void DelinkObjects(List<uint> primIds);
|
||||
public delegate void DelinkObjects(List<uint> primIds, IClientAPI client);
|
||||
|
||||
public delegate void RequestMapBlocks(IClientAPI remoteClient, int minX, int minY, int maxX, int maxY, uint flag);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user