Dayz Explorer 1.28.160049
Loading...
Searching...
No Matches
santasbeard.c
Go to the documentation of this file.
1class SantasBeard extends Mask_Base
2{
3 override void SetActions()
4 {
5 super.SetActions();
7 }
8
9 override protected void InitGlobalExclusionValues()
10 {
11 super.InitGlobalExclusionValues();
12
13 AddSingleExclusionValueGlobal(EAttExclusions.EXCLUSION_MASK_0);
14 }
15}
void AddAction(typename actionName)
void SetActions()
void InitGlobalExclusionValues()
Definition santasbeard.c:9