Dayz Explorer 1.28.160049
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);
8 }
9}
void AddAction(typename actionName)
void SetActions()