. */ namespace GameQ\Protocols; /** * Class Rust * * @package GameQ\Protocols * @author Austin Bischoff */ class Rust extends Source { /** * String name of this protocol class * * @type string */ protected $name = 'rust'; /** * Longer string name of this protocol class * * @type string */ protected $name_long = "Rust"; }