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