15 lines
205 B
C#
15 lines
205 B
C#
#if ADVANTAGE
|
|
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Text;
|
|
|
|
namespace Sdaleo.Systems.Advantage
|
|
{
|
|
class AdvantageDatabase
|
|
{
|
|
|
|
|
|
}
|
|
}
|
|
#endif |