Dayz Explorer 1.28.160049
Loading...
Searching...
No Matches
ccipresent.c
Go to the documentation of this file.
2{
3 override bool Can( PlayerBase player, ItemBase item )
4 {
5 return item != null;
6 }
7
8 override bool CanContinue( PlayerBase player, ItemBase item )
9 {
10 return ( Can(player, item) );
11 }
12};