mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-18 01:30:26 +03:00
CFG WEAPONS DONE
This commit is contained in:
38
SQF/dayz_code/Configs/CfgMagazines/CfgMagazines.hpp
Normal file
38
SQF/dayz_code/Configs/CfgMagazines/CfgMagazines.hpp
Normal file
@@ -0,0 +1,38 @@
|
||||
class CfgMagazines
|
||||
{
|
||||
//External references
|
||||
class CA_Magazine;
|
||||
class HandGrenade;
|
||||
|
||||
|
||||
|
||||
//Weapon magazines
|
||||
#include "Magazines\Magazines.hpp"
|
||||
|
||||
//Trash
|
||||
#include "Trash\Trash.hpp"
|
||||
|
||||
//Vehicle parts
|
||||
#include "VehicleParts.hpp"
|
||||
|
||||
//Chemlight and Roadflare
|
||||
#include "Throwable.hpp"
|
||||
|
||||
//Clothing
|
||||
#include "Clothing\Clothing.hpp"
|
||||
|
||||
//Medical
|
||||
#include "Medical\Medical.hpp"
|
||||
|
||||
//Miscellaneous
|
||||
#include "Items\Items.hpp"
|
||||
|
||||
//Attachments
|
||||
#include "Attachments\Attachments.hpp"
|
||||
|
||||
//Crafting materials
|
||||
#include "Crafting\Crafting.hpp"
|
||||
|
||||
//Consumables: food, drinks etc.
|
||||
#include "Consumables\Consumables.hpp"
|
||||
};
|
||||
Reference in New Issue
Block a user