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