mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2024-08-30 18:22:13 +00:00
Tanoa cfgEpochclient config
This commit is contained in:
parent
20ca7cf00d
commit
1fe18186c6
@ -104,6 +104,7 @@ class CfgEpochClient
|
|||||||
#include "CfgEpochClient\utes.hpp"
|
#include "CfgEpochClient\utes.hpp"
|
||||||
#include "CfgEpochClient\vr.hpp"
|
#include "CfgEpochClient\vr.hpp"
|
||||||
#include "CfgEpochClient\Zargabad.hpp"
|
#include "CfgEpochClient\Zargabad.hpp"
|
||||||
|
#include "CfgEpochClient\Tanoa.hpp"
|
||||||
#include "CfgEpochClient\WorldInteractions.hpp"
|
#include "CfgEpochClient\WorldInteractions.hpp"
|
||||||
};
|
};
|
||||||
class CfgEpochSapper
|
class CfgEpochSapper
|
||||||
|
19
Sources/epoch_config/Configs/CfgEpochClient/Tanoa.hpp
Normal file
19
Sources/epoch_config/Configs/CfgEpochClient/Tanoa.hpp
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
/*
|
||||||
|
Author: Aaron Clark - EpochMod.com
|
||||||
|
|
||||||
|
Contributors:
|
||||||
|
|
||||||
|
Description:
|
||||||
|
Epoch gamemode config for Zargabad
|
||||||
|
|
||||||
|
Licence:
|
||||||
|
Arma Public License Share Alike (APL-SA) - https://www.bistudio.com/community/licenses/arma-public-license-share-alike
|
||||||
|
|
||||||
|
Github:
|
||||||
|
https://github.com/EpochModTeam/Epoch/tree/release/Sources/epoch_config/Configs/CfgEpochClient/Tanoa.hpp
|
||||||
|
*/
|
||||||
|
class Tanoa {
|
||||||
|
blockedArea[] = {};
|
||||||
|
// main config
|
||||||
|
TrashClasses[] = { "Trash", "TrashSmall", "TrashVehicle", "PumpkinPatch", "TrashFood", "HempFiber" };
|
||||||
|
};
|
Loading…
Reference in New Issue
Block a user