Files
Sdaleo/Systems/Advantage/Database.cs
2016-07-21 16:55:03 -04:00

14 lines
184 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Sdaleo.Systems.Advantage
{
class AdvantageDatabase
{
}
}