DayZ 1.24
Loading...
Searching...
No Matches
WolfMask.c
Go to the documentation of this file.
1class WolfMask extends ClothingBase
2{
3 override protected void InitGlobalExclusionValues()
4 {
5 super.InitGlobalExclusionValues();
6
7 AddSingleExclusionValueGlobal(EAttExclusions.EXCLUSION_MASK_0);
8 AddSingleExclusionValueGlobal(EAttExclusions.EXCLUSION_MASK_1);
9 AddSingleExclusionValueGlobal(EAttExclusions.EXCLUSION_MASK_2);
10 }
11}
void InitGlobalExclusionValues()
Definition WolfMask.c:3