Пример #1
0
 private void AddNodeToPath(PathData data, Vector3Int node, float time)
 {
     AddPositionToPath(data, grid.GetCenter(node), time);
 }