示例#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;