. */ namespace GameQ\Protocols; /** * Class Dark and Light * * @package GameQ\Protocols * @author Austin Bischoff */ class Dal extends Arkse { /** * String name of this protocol class * * @type string */ protected $name = 'dal'; /** * Longer string name of this protocol class * * @type string */ protected $name_long = "Dark and Light"; }