DayZ Scripts
v1.21.156300 ยท Jun 20, 2023
 
Loading...
Searching...
No Matches
CCIDummy.c
Go to the documentation of this file.
2{
3 override bool Can( PlayerBase player, ItemBase item )
4 {
5 return item != null;
6 }
7};
override bool Can(PlayerBase player, ItemBase item)
Definition CCIDummy.c:3