Dayz Explorer 1.28.160049
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)
void SetActions()