. */ namespace GameQ\Protocols; /** * Jedi Outcast Protocol Class * * @package GameQ\Protocols * @author Austin Bischoff */ class Jedioutcast extends Quake3 { /** * String name of this protocol class * * @type string */ protected $name = 'jedioutcast'; /** * Longer string name of this protocol class * * @type string */ protected $name_long = "Star Wars Jedi Knight II: Jedi Outcast"; }