예제 #1
0
파일: Board.cs 프로젝트: Coreficent/Vista
 public List <Vector3> GetAllPositions()
 {
     return(map.Keys.ToList().ConvertAll <Vector3>(hashName => TileBase.PositionFromHashName(hashName)));
 }