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