. */ /** * DayZ Standalone Protocol Class * * Note that this is not DayZ Mod but a standalone game in Steam * * @author Austin Bischoff */ class GameQ_Protocols_Dayz extends GameQ_Protocols_Source { protected $name = "dayz"; protected $name_long = "DayZ Standalone"; }