. */ /** * Ghost Recon: Advanced Warfighter 2 Protocol Class * * @author Austin Bischoff */ class GameQ_Protocols_Graw2 extends GameQ_Protocols_Gamespy2 { protected $name = "graw2"; protected $name_long = "Ghost Recon: Advanced Warfighter 2"; protected $port = 16250; }