DayZ 1.24
Loading...
Searching...
No Matches
Pitchfork.c
Go to the documentation of this file.
1class Pitchfork extends ItemBase
2{
3 void Pitchfork()
4 {
5 }
6
7 override void SetActions()
8 {
9 super.SetActions();
11 }
12}
void AddAction(typename actionName)
override void SetActions()
Definition Pitchfork.c:7
void Pitchfork()
Definition Pitchfork.c:3