mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
10 lines
286 B
C++
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"
|
|
}; |