mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2024-08-30 18:22:13 +00:00
26 lines
746 B
C++
26 lines
746 B
C++
/*
|
|
Author: Aaron Clark - EpochMod.com
|
|
|
|
Contributors:
|
|
|
|
Description:
|
|
Epoch Language Config and stringtable.xml
|
|
|
|
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/master/Sources/epoch_language/config.hpp
|
|
*/
|
|
|
|
class CfgPatches
|
|
{
|
|
class A3_epoch_language
|
|
{
|
|
requiredVersion = 0.1;
|
|
requiredAddons[] = {"A3_epoch_assets_3","a3_epoch_weapons","epoch_objects","A3_epoch_assets_1","A3_epoch_assets","A3_Soft_F","A3_Characters_F","A3_Characters_F_Beta","A3_Characters_F_EPA","A3_Characters_F_EPB","A3_Structures_F","A3_Armor_F_Beta","A3_Weapons_F"};
|
|
units[] = {};
|
|
epochVersion = "0.3.7.0";
|
|
};
|
|
};
|