Inheritance: Livet.ViewModel
示例#1
0
 public ToolViewModel(Plugin plugin)
 {
     this.Notifier = new BattleEndNotifier(plugin);
     this.Battle   = BattleViewModel.Current;
 }