Beispiel #1
0
        public PlayerNet()
        {
            mxReciver = new PlayerReciver(this);
            mxSender  = new PlayerSender(this);
            mxNet     = new AFCNet();

            mxReciver.Init();
        }
Beispiel #2
0
 public AFClientNet(AFCNet xnet)
 {
     net = xnet;
     Init();
 }