Files
NavCityBreda/NavCityBreda/Model/Waypoint.cs
T
2015-12-15 17:04:40 +01:00

13 lines
184 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace NavCityBreda.Model
{
class Waypoint
{
}
}