asmrobot
2019-10-14 730fe7ea65bcadbe235e40bb54b2410d14495267
src/RichCreator/Models/RichCreatorConfig.cs
@@ -11,6 +11,11 @@
    public class RichCreatorConfig
    {
        /// <summary>
        /// 是否组队
        /// </summary>
        public bool IsGroup { get; set; }
        /// <summary>
        /// tgp_daemon路径
        /// </summary>
        public string TGPDaemonPath { get; set; }