2015-12-07 16:24:52 +00:00
|
|
|
/*
|
|
|
|
Author: Aaron Clark - EpochMod.com
|
|
|
|
|
|
|
|
Contributors:
|
|
|
|
|
|
|
|
Description:
|
|
|
|
Epoch gamemode config for Stratis
|
|
|
|
|
|
|
|
Licence:
|
|
|
|
Arma Public License Share Alike (APL-SA) - https://www.bistudio.com/community/licenses/arma-public-license-share-alike
|
|
|
|
|
|
|
|
Github:
|
2016-06-13 16:54:19 +00:00
|
|
|
https://github.com/EpochModTeam/Epoch/tree/release/Sources/epoch_config/Configs/CfgEpochClient/Stratis.hpp
|
2015-12-07 16:24:52 +00:00
|
|
|
*/
|
2015-09-14 20:45:27 +00:00
|
|
|
class Stratis {
|
2015-12-07 16:24:52 +00:00
|
|
|
blockedArea[] = {};
|
|
|
|
// main config
|
2016-04-08 20:21:46 +00:00
|
|
|
TrashClasses[] = { "Trash", "TrashSmall", "TrashVehicle", "PumpkinPatch", "TrashFood", "HempFiber" };
|
2015-09-14 20:45:27 +00:00
|
|
|
};
|