mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
8 lines
254 B
C++
8 lines
254 B
C++
#include "CfgServerTrader\TraderCategory.hpp"
|
|
|
|
class CfgServerTrader {
|
|
#include "CfgServerTrader\TraderHero.hpp"
|
|
#include "CfgServerTrader\TraderFriendly.hpp"
|
|
#include "CfgServerTrader\TraderNeutral.hpp"
|
|
#include "CfgServerTrader\TraderBandit.hpp"
|
|
}; |