Dayz Explorer 1.28.160049
Loading...
Searching...
No Matches
woodaxe.c
Go to the documentation of this file.
1class WoodAxe extends ToolBase
2{
3 override void SetActions()
4 {
5 super.SetActions();
6
7 AddAction(ActionMineTree);
10 //AddAction(ActionRepairPart);
12 //AddAction(ActionBuildPart);
16 }
17}
ActionSkinningCB ActionContinuousBaseCB ActionSkinning()
void AddAction(typename actionName)
void SetActions()