Dayz Explorer 1.29.162510
Loading...
Searching...
No Matches
fevernotfr.c
Go to the documentation of this file.
1class FeverNotfr: NotifierBase
2{
3 void FeverNotfr(NotifiersManager manager)
4 {
5 m_Active = false;
6 }
7
8 override int GetNotifierType()
9 {
10 return eNotifiers.NTF_FEVERISH;
11 }
12};
eNotifiers