Track selected objects per client

This commit is contained in:
Melanie Thielker
2015-08-15 02:46:41 +02:00
parent 7aa171e49f
commit 1fb2f0296f
5 changed files with 14 additions and 0 deletions

View File

@@ -442,6 +442,8 @@ namespace OpenSim.Tests.Common.Mock
get { return new IPEndPoint(IPAddress.Loopback, (ushort)m_circuitCode); }
}
public List<uint> SelectedObjects {get; private set;}
/// <summary>
/// Constructor
/// </summary>