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