Example #1
0
 public bool IsEnabled()
 {
     return(!FlowSystem.GetTags().Any((t) => this.tags.Contains(t.id) && t.enabled == false));
 }