. */ /** * Terraria Protocol Class * * This class utilizes the Tshock protocol * * @author Austin Bischoff */ class GameQ_Protocols_Eco extends GameQ_Protocols_Ecoapi { /** * Default port for this server type * * @var int */ protected $port = 10001; // Default port, used if not set when instanced /** * String name of this protocol class * * @var string */ protected $name = 'eco'; /** * Longer string name of this protocol class * * @var string */ protected $name_long = "ECO"; }