Beispiel #1
0
        public SLNetCom(SecondLife client)
        {
            this.client = client;
            loginOptions = new LoginOptions();

            AddClientEvents();
            AddPacketCallbacks();
        }
Beispiel #2
0
        public SLNetCom(GridClient client, METAboltInstance instance)
        {
            this.client = client;
            this.instance = instance;
            loginOptions = new LoginOptions();

            AddClientEvents();
        }