Dayz Explorer 1.29.162510
Loading...
Searching...
No Matches
actioninstantbase.c
Go to the documentation of this file.
2{
3 override bool IsInstant()
4 {
5 return true;
6 }
7};
void ActionBase()
Definition actionbase.c:88
bool IsInstant()
Definition actionbase.c:268