public StartCmd(DoggoAttack plugin) { //Constructor passing plugin refrence to this class this.plugin = plugin; }
public EventHandler(DoggoAttack plugin) { this.plugin = plugin; }
public TestFunc(DoggoAttack plugin) { //Constructor passing plugin refrence to this class this.plugin = plugin; }