| 11 |
|
|
| 12 |
namespace ModularRex.RexNetwork |
namespace ModularRex.RexNetwork |
| 13 |
{ |
{ |
| 14 |
//TODO: RENAME! |
/// <summary> |
| 15 |
|
/// This client view is ment for realXtend Naali. This may not be compatible with LL client nor older realXtend clients. |
| 16 |
|
/// </summary> |
| 17 |
public class NaaliClientView : RexClientViewBase |
public class NaaliClientView : RexClientViewBase |
| 18 |
{ |
{ |
| 19 |
public NaaliClientView(EndPoint remoteEP, IScene scene, IAssetCache assetCache, |
public NaaliClientView(EndPoint remoteEP, IScene scene, |
| 20 |
LLPacketServer packServer, AuthenticateResponse authenSessions, UUID agentId, |
LLPacketServer packServer, AuthenticateResponse authenSessions, UUID agentId, |
| 21 |
UUID sessionId, uint circuitCode, EndPoint proxyEP, ClientStackUserSettings userSettings) |
UUID sessionId, uint circuitCode, EndPoint proxyEP, ClientStackUserSettings userSettings) |
| 22 |
: base(remoteEP, scene, packServer, authenSessions, agentId, |
: base(remoteEP, scene, packServer, authenSessions, agentId, |