BotSharp/BotSharp.Platform.Abstraction/IContextStorage.cs
2018-12-07 15:21:36 -06:00

11 lines
164 B
C#

using System;
using System.Collections.Generic;
using System.Text;
namespace BotSharp.Platform.Abstraction
{
public interface IContextStorage
{
}
}