Dayz Explorer 1.29.162510
Loading...
Searching...
No Matches
nail.c
Go to the documentation of this file.
1class Nail extends ItemBase
2{
3 override void SetActions()
4 {
5 super.SetActions();
6
7 AddAction(ActionAttachToConstruction);
8 }
9}
void AddAction(typename actionName)
override void SetActions()
Definition barbedwire.c:402