. */ namespace GameQ\Protocols; /** * Unreal Tournament 2004 Protocol Class * * @author Austin Bischoff */ class Ut2004 extends Unreal2 { /** * String name of this protocol class * * @type string */ protected $name = 'ut2004'; /** * Longer string name of this protocol class * * @type string */ protected $name_long = "Unreal Tournament 2004"; }