Completed new antivpn plugin

This commit is contained in:
Dawson Hessler
2021-06-15 13:48:39 -04:00
parent 9039a97894
commit e1abdb7bf6
23 changed files with 792 additions and 3 deletions
@@ -0,0 +1,13 @@
package dev.brighten.antivpn.api;
public interface VPNConfig {
String getLicense();
boolean cachedResults();
String getKickString();
void update();
}