DayZ 1.24
Loading...
Searching...
No Matches
NBCPantsBase.c
Go to the documentation of this file.
1class NBCPantsBase extends Pants_Base
2{
3 override void SetActions()
4 {
5 super.SetActions();
7 }
8};
9class NBCPantsGray extends NBCPantsBase {};
void AddAction(typename actionName)
override void SetActions()
Definition NBCPantsBase.c:3