示例#1
0
 public SchedulePlugin(StoragePlugin storagePlugin, INoobotCore noobotCore, StatsPlugin statsPlugin, ILog log)
 {
     _storagePlugin = storagePlugin;
     _noobotCore    = noobotCore;
     _statsPlugin   = statsPlugin;
     _log           = log;
 }
示例#2
0
 public LearnPlugin(INoobotCore noobotCore, StoragePlugin storagePlugin)
 {
     _noobotCore    = noobotCore;
     _storagePlugin = storagePlugin;
 }