aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tests/Common/Mock/TestClient.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Tests/Common/Mock/TestClient.cs')
-rw-r--r--OpenSim/Tests/Common/Mock/TestClient.cs4
1 files changed, 4 insertions, 0 deletions
diff --git a/OpenSim/Tests/Common/Mock/TestClient.cs b/OpenSim/Tests/Common/Mock/TestClient.cs
index 9b087c9..6a697f2 100644
--- a/OpenSim/Tests/Common/Mock/TestClient.cs
+++ b/OpenSim/Tests/Common/Mock/TestClient.cs
@@ -1384,6 +1384,10 @@ namespace OpenSim.Tests.Common
1384 { 1384 {
1385 } 1385 }
1386 1386
1387 public void SendSelectedPartsProprieties(List<ISceneEntity> parts)
1388 {
1389 }
1390
1387 public void SendPartPhysicsProprieties(ISceneEntity entity) 1391 public void SendPartPhysicsProprieties(ISceneEntity entity)
1388 { 1392 {
1389 } 1393 }