. */ /** * Armed Assault 2 Protocol Class * * Special thanks to firefly2442 for linking working python script that * supported both GSv2&3 * * @author Austin Bischoff */ class GameQ_Protocols_Armedassault3 extends GameQ_Protocols_Source { protected $name = "armedassault3"; protected $name_long = "Armed Assault 3"; protected $port = 2302; }