#include "zone.h"


Zone::Zone()
{
}


QVector<Panda> Zone::getPandas()
{
    return pandas;
}


