コード例 #1
0
ファイル: SLNetCom.cs プロジェクト: SObS/SLeek
        public SLNetCom(SecondLife client)
        {
            this.client = client;
            loginOptions = new LoginOptions();

            AddClientEvents();
            AddPacketCallbacks();
        }
コード例 #2
0
ファイル: SLNetCom.cs プロジェクト: NullProjects/METAbolt
        public SLNetCom(GridClient client, METAboltInstance instance)
        {
            this.client = client;
            this.instance = instance;
            loginOptions = new LoginOptions();

            AddClientEvents();
        }