. */ namespace GameQ\Protocols; /** * GameSpy4 Protocol Class * * By all accounts GameSpy 4 seems to be GameSpy 3. * * References: * http://www.deletedscreen.com/?p=951 * http://pastebin.com/2zZFDuTd * * @author Austin Bischoff */ class Gamespy4 extends Gamespy3 { }