
raktor.steam-condenser.1.3.5.source-code.Test Maven / Gradle / Ivy
/**
* This code is free software; you can redistribute it and/or modify it under
* the terms of the new BSD License.
*
* Copyright (c) 2013, Sebastian Staudt
*/
import com.github.koraktor.steamcondenser.steam.servers.GoldSrcServer;
/**
*
*
* @author Sebastian Staudt
*/
public class Test {
public static void main(String... args) throws Exception {
//new SourceServer("78.110.163.196").getRules();
new GoldSrcServer("78.110.163.196").getRules();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy