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