コード例 #1
0
 public MvpCommand(Mvp plugin) => this.plugin = plugin;
コード例 #2
0
ファイル: MVPFunctions.cs プロジェクト: joker-119/MVP
 public Functions(Mvp plugin) => this.plugin = plugin;
コード例 #3
0
 public EventsHandler(Mvp plugin) => this.plugin = plugin;