. */ namespace GameQ\Protocols; /** * Red Orchestra: Ostfront 41-45 Class * * @package GameQ\Protocols * @author naXe * @author Austin Bischoff */ class Redorchestraostfront extends Source { /** * String name of this protocol class * * @type string */ protected $name = 'redorchestraostfront'; /** * Longer string name of this protocol class * * @type string */ protected $name_long = "Red Orchestra: Ostfront 41-45"; }