EDNA/EDSM/EdsmApi.cs

13 lines
176 B
C#
Raw Normal View History

2021-08-10 15:29:20 +02:00
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace EDSM
{
public class EdsmApi
{
}
}