You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

18 lines
490 B

package com.fr.plugin.yt;
import com.fr.web.struct.Component;
import com.fr.web.struct.browser.RequestClient;
import com.fr.web.struct.category.FileType;
import com.fr.web.struct.category.ScriptPath;
public class LoginsComponent extends Component {
public static LoginsComponent KEY = new LoginsComponent();
public LoginsComponent() {
}
public ScriptPath script(RequestClient var1) {
return ScriptPath.build("com.fr.plugin.yt.LoginJS", FileType.CLASS);
}
}