DayZ 1.24
Loading...
Searching...
No Matches
PunchedCard.c
Go to the documentation of this file.
1class PunchedCard : Paper
2{
3 override void SetActions()
4 {
5 super.SetActions();
6
8 }
9
10 void OnUse()
11 {
12 AddHealthLevel(1);
13 }
14}
void AddAction(typename actionName)
void OnUse()
Definition PunchedCard.c:10
override void SetActions()
Definition PunchedCard.c:3