mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-02-26 01:31:51 +03:00
Add files via upload
This commit is contained in:
15
SQF/dayz_code/Configs/CfgServerTraderZSC/cfgServerTrader.hpp
Normal file
15
SQF/dayz_code/Configs/CfgServerTraderZSC/cfgServerTrader.hpp
Normal file
@@ -0,0 +1,15 @@
|
||||
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"
|
||||
};
|
||||
Reference in New Issue
Block a user