Remove old files

This commit is contained in:
AirwavesMan
2020-09-10 19:03:37 +02:00
parent 2fae1e414f
commit c878900491
4 changed files with 4 additions and 31 deletions

View File

@@ -1,21 +0,0 @@
class CfgConstruction {
class Recipe {
displayName = "Generic Recipe";
input[] = {}; //Items consumed during crafting
required[] = {}; //Items needed for but not consumed during crafting
};
class Blueprint_woodenFence : Recipe {
displayName = "WoodenFence Foundation";
input[] =
{
{"ItemLog","CfgMagazines",2},
{"ItemStone","CfgMagazines",3}
};
toolsRequired[] =
{
{"ItemEtool","CfgWeapons",1}
};
orignalclass = "ItemDIY_wood";
};
};

View File

@@ -1,3 +0,0 @@
class CfgCrafting {
};

View File

@@ -1,9 +1,9 @@
#include "RscGroups.hpp"
//#include "RscDisplayCraftingMenu.hpp"
#include "RscDisplayGear.hpp"
#include "RscDisplayGearMinimal.hpp"
#include "RscDisplayGenderSelect.hpp"
#include "RscDisplaySpawnSelecter.hpp"
#include "RscPlayerUI.hpp"
#include "RscMap.hpp"
//#include "RscDisplayCraftingMenu.hpp"
//#include "RscDisplayConstructionMenu.hpp"