Dayz Explorer 1.28.160049
Loading...
Searching...
No Matches
actionforcefeedcan.c
Go to the documentation of this file.
1class ActionForceFeedCan: ActionForceFeed
2{
3 override bool ActionCondition(PlayerBase player, ActionTarget target, ItemBase item)
4 {
5 return super.ActionCondition(player, target, item);
6 }
7}