Files
Sdaleo/Systems/Advantage/General.cs

13 lines
191 B
C#

#if ADVANTAGE
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Sdaleo.Systems.Advantage
{
class General
{
}
}
#endif