| 12 |
namespace ModularRex.RexNetwork |
namespace ModularRex.RexNetwork |
| 13 |
{ |
{ |
| 14 |
//TODO: RENAME! |
//TODO: RENAME! |
| 15 |
public class RexClientViewNG : RexClientViewBase |
public class NaaliClientView : RexClientViewBase |
| 16 |
{ |
{ |
| 17 |
public RexClientViewNG(EndPoint remoteEP, IScene scene, IAssetCache assetCache, |
public NaaliClientView(EndPoint remoteEP, IScene scene, IAssetCache assetCache, |
| 18 |
LLPacketServer packServer, AuthenticateResponse authenSessions, UUID agentId, |
LLPacketServer packServer, AuthenticateResponse authenSessions, UUID agentId, |
| 19 |
UUID sessionId, uint circuitCode, EndPoint proxyEP, ClientStackUserSettings userSettings) |
UUID sessionId, uint circuitCode, EndPoint proxyEP, ClientStackUserSettings userSettings) |
| 20 |
: base(remoteEP, scene, packServer, authenSessions, agentId, |
: base(remoteEP, scene, packServer, authenSessions, agentId, |