Example #1
0
 public StartCmd(DoggoAttack plugin)
 {
     //Constructor passing plugin refrence to this class
     this.plugin = plugin;
 }
Example #2
0
 public EventHandler(DoggoAttack plugin)
 {
     this.plugin = plugin;
 }
Example #3
0
 public TestFunc(DoggoAttack plugin)
 {
     //Constructor passing plugin refrence to this class
     this.plugin = plugin;
 }