10 lines
166 B
C#
10 lines
166 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
|
|
namespace TrueCraft.API
|
|
{
|
|
public class PathResult
|
|
{
|
|
public IList<Coordinates3D> Waypoints;
|
|
}
|
|
} |