コード例 #1
0
 public FCheckerDisableCommand(FriendChecker plugin)
 {
     this.plugin = plugin;
 }
コード例 #2
0
 public SteamAPI(FriendChecker plugin) => this.plugin = plugin;
コード例 #3
0
 public FriendCheckCommand(FriendChecker plugin) => this.plugin = plugin;
コード例 #4
0
 public MiscEventHandler(FriendChecker plugin) => this.plugin = plugin;