DayZ 1.24
Loading...
Searching...
No Matches
CCTDummy.c
Go to the documentation of this file.
2{
3 override bool Can(PlayerBase player, ActionTarget target)
4 {
5 return (target && target.GetObject());
6 }
7};
override bool Can(PlayerBase player, ActionTarget target)
Definition CCTDummy.c:3