Dayz Explorer 1.29.162510
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();
10 AddAction(ActionClapBearTrapWithThisItem);
11 }
12}
void AddAction(typename actionName)
override void SetActions()
Definition barbedwire.c:402