Ejemplo n.º 1
0
 public static void Test_IsSameBlock()
 {
     LogCat.log(AStarUtil.IsSameBlock(new Vector2Int(2, 2), new Vector2Int(2, 3)));
 }