. */ /** * Soldat Protocol Class * * @author Marcel Bößendörfer */ class GameQ_Protocols_Soldat extends GameQ_Protocols_ASE { protected $name = "soldat"; protected $name_long = "Soldat"; protected $port = 23196; }