示例#1
0
 public KeepBestActiveAuraJob(IAmeisenBotDb db, IEnumerable <(string, Func <bool>)> actions)
示例#2
0
 public KeepActiveAuraJob(IAmeisenBotDb db, string name, Func <bool> action)
 {
     Db     = db;
     Name   = name;
     Action = action;
 }