2021年3月7日
摘要: 代码如下: 1.BaseHuman using System.Collections; using System.Collections.Generic; using UnityEngine; public class BaseHuman : MonoBehaviour { public Main 阅读全文
posted @ 2021-03-07 13:11 怪客 阅读(265) 评论(0) 推荐(0)
摘要: 一、Xamarin Studio 用于架设服务器的关键平台. 二、文件结构 三、代码 Program.cs using System; using System.Net; using System.Net.Sockets; using System.Collections.Generic; usin 阅读全文
posted @ 2021-03-07 13:02 怪客 阅读(456) 评论(0) 推荐(0)