List<int>dirList = new List<int>();
dirList.Add(0);
int id = Random.Range(0, dirList.Count);
dirList[id]
CreateEnemy
List<int>dirList = new List<int>();
dirList.Add(0);
int id = Random.Range(0, dirList.Count);
dirList[id]
CreateEnemy
为敌人添加上下左右四条,射线检测:Physics2D.Raycast(),如果结果为false,就是没有检测到有物体。如果没有检测到物体,