mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Readd CfgModuleCategories.hpp
This commit is contained in:
parent
e7f9245d7e
commit
3ee18f9a3a
8
addons/main/CfgModuleCategories.hpp
Normal file
8
addons/main/CfgModuleCategories.hpp
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
class CfgFactionClasses {
|
||||||
|
class NO_CATEGORY;
|
||||||
|
class ACE: NO_CATEGORY {
|
||||||
|
displayName = "ACE";
|
||||||
|
priority = 2;
|
||||||
|
side = 7;
|
||||||
|
};
|
||||||
|
};
|
@ -585,3 +585,5 @@ class CfgSettings {
|
|||||||
*/
|
*/
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
#include "CfgModuleCategories.hpp"
|
||||||
|
Loading…
Reference in New Issue
Block a user