mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
Track selected objects per client
This commit is contained in:
@@ -68,6 +68,8 @@ namespace OpenSim.Region.OptionalModules.Agent.InternetRelayClientView.Server
|
||||
|
||||
private bool m_connected = true;
|
||||
|
||||
public List<uint> SelectedObjects {get; private set;}
|
||||
|
||||
public IRCClientView(TcpClient client, Scene scene)
|
||||
{
|
||||
m_client = client;
|
||||
|
||||
Reference in New Issue
Block a user