BotSharp/BotSharp.Platform.Models/EntityBase.cs
2018-09-29 13:18:34 -05:00

11 lines
159 B
C#

using System;
using System.Collections.Generic;
using System.Text;
namespace BotSharp.Platform.Models
{
public abstract class EntityBase
{
}
}