BotSharp/BotSharp.Platform.OwnThink/Controllers/AgentController.cs

11 lines
169 B
C#
Raw Normal View History

2019-03-01 04:33:21 +00:00
using System;
using System.Collections.Generic;
using System.Text;
2019-03-16 16:23:02 +00:00
namespace BotSharp.Platform.OwnThink.Controllers
2019-03-01 04:33:21 +00:00
{
2019-03-16 16:23:02 +00:00
public class AgentController
2019-03-01 04:33:21 +00:00
{
}
}