DayZ 1.24
Loading...
Searching...
No Matches
PipeWrench.c
Go to the documentation of this file.
1class PipeWrench extends Inventory_Base
2{
3 override void SetActions()
4 {
5 super.SetActions();
6 //AddAction(ActionDismantlePart);
7 //AddAction(ActionRepairCarEngine);
9 }
10}
void AddAction(typename actionName)
override void SetActions()
Definition PipeWrench.c:3