diff options
Diffstat (limited to 'OpenSim/Region/OptionalModules')
-rw-r--r-- | OpenSim/Region/OptionalModules/World/NPC/NPCAvatar.cs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/OpenSim/Region/OptionalModules/World/NPC/NPCAvatar.cs b/OpenSim/Region/OptionalModules/World/NPC/NPCAvatar.cs index 644f429..edd6b67 100644 --- a/OpenSim/Region/OptionalModules/World/NPC/NPCAvatar.cs +++ b/OpenSim/Region/OptionalModules/World/NPC/NPCAvatar.cs | |||
@@ -202,6 +202,9 @@ namespace OpenSim.Region.OptionalModules.World.NPC | |||
202 | public event GrabObject OnGrabObject; | 202 | public event GrabObject OnGrabObject; |
203 | public event ObjectSelect OnDeGrabObject; | 203 | public event ObjectSelect OnDeGrabObject; |
204 | public event MoveObject OnGrabUpdate; | 204 | public event MoveObject OnGrabUpdate; |
205 | public event SpinStart OnSpinStart; | ||
206 | public event SpinObject OnSpinUpdate; | ||
207 | public event SpinStop OnSpinStop; | ||
205 | public event ViewerEffectEventHandler OnViewerEffect; | 208 | public event ViewerEffectEventHandler OnViewerEffect; |
206 | 209 | ||
207 | public event FetchInventory OnAgentDataUpdateRequest; | 210 | public event FetchInventory OnAgentDataUpdateRequest; |