RegexBot/Kerobot/Services/GuildStateManager/Manager.cs

11 lines
150 B
C#
Raw Normal View History

using System;
using System.Collections.Generic;
using System.Text;
namespace Kerobot.Services.GuildStateManager
{
class Manager
{
}
}