mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 08:06:27 +08:00
Thanks dmiles for a patch that adds PacketType.RequestMultipleObjects Packet Handler - ref mantis #4010
This commit is contained in:
@@ -259,6 +259,7 @@ namespace OpenSim.Client.VWoHTTP.ClientStack
|
||||
public event SpinStop OnSpinStop = delegate { };
|
||||
public event UpdateShape OnUpdatePrimShape = delegate { };
|
||||
public event ObjectExtraParams OnUpdateExtraParams = delegate { };
|
||||
public event ObjectRequest OnObjectRequest = delegate { };
|
||||
public event ObjectSelect OnObjectSelect = delegate { };
|
||||
public event ObjectDeselect OnObjectDeselect = delegate { };
|
||||
public event GenericCall7 OnObjectDescription = delegate { };
|
||||
|
||||
Reference in New Issue
Block a user