TShock/TShockAPI/DB/SqlTable.cs
high 57a2d082ef Added query function for easier queries.
Normalized method names in GroupManager.cs
2011-07-24 10:12:18 -04:00

11 lines
148 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace TShockAPI.DB
{
class SqlTable
{
}
}