BotSharp/BotSharp.Core/Engines/Articulate/PipelineModel.cs

12 lines
202 B
C#
Raw Normal View History

2018-09-28 00:49:43 +00:00
using System;
using System.Collections.Generic;
using System.Text;
namespace BotSharp.Core.Engines.Articulate
{
public class PipelineModel
{
public string Name { get; set; }
}
}