. */ namespace GameQ\Protocols; /** * Halo: Combat Evolved Protocol Class * * @author Wilson Jesus <> */ class Halo extends Gamespy2 { /** * String name of this protocol class * * @type string */ protected $name = 'halo'; /** * Longer string name of this protocol class * * @type string */ protected $name_long = "Halo: Combat Evolved"; }