. */ /** * Natural Selection Protocol Class * * @author Austin Bischoff */ class GameQ_Protocols_Ns extends GameQ_Protocols_Source { protected $name = "ns"; protected $name_long = "Natural Selection"; }