Example #1
0
 public HideTagCommand(ToggleTag plugin)
 {
     this.plugin = plugin;
 }
Example #2
0
 public PlayerJoinHandler(ToggleTag plugin)
 {
     this.plugin = plugin;
 }
Example #3
0
 public TagCommandHandler(ToggleTag plugin)
 {
     this.plugin = plugin;
 }
Example #4
0
 public ShowTagCommand(ToggleTag plugin)
 {
     this.plugin = plugin;
 }