sockscape/server/Database/Query.cs
2017-04-25 16:01:41 -05:00

11 lines
179 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace CircleScape.Database {
class Query {
}
}