Files
DayZ-Epoch/SQF/dayz_code/Configs/cfgServerTrader.hpp
2014-02-04 14:30:50 +01:00

10 lines
286 B
C++

class CfgServerTrader {
#include "CfgServerTrader\TraderHero.hpp"
#include "CfgServerTrader\TraderFriendly.hpp"
#include "CfgServerTrader\TraderNeutral.hpp"
#include "CfgServerTrader\TraderBandit.hpp"
};
class CfgTraderCategory {
#include "CfgTraderCategory\HeroAmmunition.hpp"
};