mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-02-18 06:02:56 +03:00
created configs
This commit is contained in:
8
SQF/dayz_code/Configs/cfgServerTrader.hpp
Normal file
8
SQF/dayz_code/Configs/cfgServerTrader.hpp
Normal file
@@ -0,0 +1,8 @@
|
||||
#include "CfgServerTrader\TraderCategory.hpp"
|
||||
|
||||
class CfgServerTrader {
|
||||
#include "CfgServerTrader\TraderHero.hpp"
|
||||
#include "CfgServerTrader\TraderFriendly.hpp"
|
||||
#include "CfgServerTrader\TraderNeutral.hpp"
|
||||
#include "CfgServerTrader\TraderBandit.hpp"
|
||||
};
|
||||
Reference in New Issue
Block a user