Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
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 {};
10class NBCPantsWhite extends NBCPantsBase {};
void AddAction(typename actionName)
override void SetActions()
Definition nbcpantsbase.c:3