This commit is the equivalent of a atomic bomb
This commit is contained in:
45
braf_characters_army/CfgGroups.hpp
Normal file
45
braf_characters_army/CfgGroups.hpp
Normal file
@@ -0,0 +1,45 @@
|
||||
class cfgGroups
|
||||
{
|
||||
class INDEP
|
||||
{
|
||||
name="Independent";
|
||||
class BRAF_Army_Groups
|
||||
{
|
||||
name="Brazilian Army";
|
||||
|
||||
#include "\braf\braf_characters_army\units\Groups\2020_Regular.hpp"
|
||||
#include "\braf\braf_characters_army\units\Groups\2020_Jungle.hpp"
|
||||
#include "\braf\braf_characters_army\units\Groups\2020_Caatinga.hpp"
|
||||
#include "\braf\braf_characters_army\units\Groups\2000_Regular.hpp"
|
||||
#include "\braf\braf_characters_army\units\Groups\2000_Jungle.hpp"
|
||||
#include "\braf\braf_characters_army\units\Groups\2000_Caatinga.hpp"
|
||||
|
||||
class Motorized
|
||||
{
|
||||
name="Motorized";
|
||||
};
|
||||
class Mechanized
|
||||
{
|
||||
name="Mechanized";
|
||||
};
|
||||
class Armored
|
||||
{
|
||||
name="Armored";
|
||||
};
|
||||
class SpecOps
|
||||
{
|
||||
name="Special Forces";
|
||||
|
||||
};
|
||||
class Support
|
||||
{
|
||||
name="Support Infantry";
|
||||
};
|
||||
class Air
|
||||
{
|
||||
name="Air";
|
||||
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user