diff options
Diffstat (limited to 'OpenSim/Tests/Common/Mock/TestClient.cs')
-rw-r--r-- | OpenSim/Tests/Common/Mock/TestClient.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Tests/Common/Mock/TestClient.cs b/OpenSim/Tests/Common/Mock/TestClient.cs index 0e32950..873b3ac 100644 --- a/OpenSim/Tests/Common/Mock/TestClient.cs +++ b/OpenSim/Tests/Common/Mock/TestClient.cs | |||
@@ -206,6 +206,8 @@ namespace OpenSim.Tests.Common.Mock | |||
206 | public event ObjectBuy OnObjectBuy; | 206 | public event ObjectBuy OnObjectBuy; |
207 | public event BuyObjectInventory OnBuyObjectInventory; | 207 | public event BuyObjectInventory OnBuyObjectInventory; |
208 | public event AgentSit OnUndo; | 208 | public event AgentSit OnUndo; |
209 | public event AgentSit OnRedo; | ||
210 | public event LandUndo OnLandUndo; | ||
209 | 211 | ||
210 | public event ForceReleaseControls OnForceReleaseControls; | 212 | public event ForceReleaseControls OnForceReleaseControls; |
211 | 213 | ||