diff options
Diffstat (limited to 'OpenSim/Tests/Common/Mock/TestClient.cs')
-rw-r--r-- | OpenSim/Tests/Common/Mock/TestClient.cs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/OpenSim/Tests/Common/Mock/TestClient.cs b/OpenSim/Tests/Common/Mock/TestClient.cs index 9b44ac4..1bcf829 100644 --- a/OpenSim/Tests/Common/Mock/TestClient.cs +++ b/OpenSim/Tests/Common/Mock/TestClient.cs | |||
@@ -233,6 +233,9 @@ namespace OpenSim.Tests.Common.Mock | |||
233 | 233 | ||
234 | public event SoundTrigger OnSoundTrigger; | 234 | public event SoundTrigger OnSoundTrigger; |
235 | 235 | ||
236 | public event StartLure OnStartLure; | ||
237 | public event TeleportLureRequest OnTeleportLureRequest; | ||
238 | |||
236 | #pragma warning restore 67 | 239 | #pragma warning restore 67 |
237 | 240 | ||
238 | /// <value> | 241 | /// <value> |