You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dict.Add(nameof(IsOpenrecComment),newItem{DefaultValue=true,Predicate= b =>true,Serializer= b =>b.ToString(),Deserializer= s =>bool.Parse(s)});
155
163
Dict.Add(nameof(IsOpenrecCommentNickname),newItem{DefaultValue=true,Predicate= b =>true,Serializer= b =>b.ToString(),Deserializer= s =>bool.Parse(s)});
156
164
165
+
//ミクチャ
166
+
Dict.Add(nameof(IsMixchComment),newItem{DefaultValue=true,Predicate= b =>true,Serializer= b =>b.ToString(),Deserializer= s =>bool.Parse(s)});
167
+
Dict.Add(nameof(IsMixchCommentNickname),newItem{DefaultValue=true,Predicate= b =>true,Serializer= b =>b.ToString(),Deserializer= s =>bool.Parse(s)});
168
+
Dict.Add(nameof(IsMixchCommentOnlyFirst),newItem{DefaultValue=false,Predicate= b =>true,Serializer= b =>b.ToString(),Deserializer= s =>bool.Parse(s)});
169
+
Dict.Add(nameof(IsMixchItem),newItem{DefaultValue=true,Predicate= b =>true,Serializer= b =>b.ToString(),Deserializer= s =>bool.Parse(s)});
170
+
Dict.Add(nameof(IsMixchItemNickname),newItem{DefaultValue=true,Predicate= b =>true,Serializer= b =>b.ToString(),Deserializer= s =>bool.Parse(s)});
171
+
Dict.Add(nameof(IsMixchSystem),newItem{DefaultValue=true,Predicate= b =>true,Serializer= b =>b.ToString(),Deserializer= s =>bool.Parse(s)});
172
+
157
173
//Twitch
158
174
Dict.Add(nameof(IsTwitchConnect),newItem{DefaultValue=false,Predicate= b =>true,Serializer= b =>b.ToString(),Deserializer= s =>bool.Parse(s)});
159
175
Dict.Add(nameof(IsTwitchDisconnect),newItem{DefaultValue=false,Predicate= b =>true,Serializer= b =>b.ToString(),Deserializer= s =>bool.Parse(s)});
0 commit comments