arma2-epoch-server/MPMissions/DayZ_Epoch_24.Napf/CfgServerTraderZSC/cfgServerTrader.hpp
2022-04-21 16:15:41 +03:00

15 lines
477 B
C++
Executable File

class CfgTraderCategory {
#include "Category\Hero.hpp"
#include "Category\Bandit.hpp"
#include "Category\BlackMarket.hpp"
#include "Category\Weapons.hpp"
#include "Category\Ammunition.hpp"
#include "Category\GeneralStore.hpp"
#include "Category\MedicalSupplies.hpp"
#include "Category\Parts.hpp"
#include "Category\Vehicles.hpp"
#include "Category\AirVehicles.hpp"
#include "Category\Boats.hpp"
#include "Category\Wholesale.hpp"
#include "Category\Currency.hpp"
};