예제 #1
0
 public static void Test_IsNeighborBlock()
 {
     LogCat.log(AStarUtil.IsNeighborBlock(new Vector2Int(2, 2), new Vector2Int(2, 3)));
 }