Unity客户端与Socket服务端通信
摘要:代码如下: 1.BaseHuman using System.Collections; using System.Collections.Generic; using UnityEngine; public class BaseHuman : MonoBehaviour { public Main
阅读全文
posted @
2021-03-07 13:11
怪客
阅读(273)
推荐(0)
Xamarin Studio 与Socket架设简易服务器
摘要:一、Xamarin Studio 用于架设服务器的关键平台. 二、文件结构 三、代码 Program.cs using System; using System.Net; using System.Net.Sockets; using System.Collections.Generic; usin
阅读全文
posted @
2021-03-07 13:02
怪客
阅读(461)
推荐(0)