DayZ 1.24
Loading...
Searching...
No Matches
ActionInstantBase.c
Go to the documentation of this file.
1class ActionInstantBase : ActionBase
2{
3 override bool IsInstant()
4 {
5 return true;
6 }
7};
override bool IsInstant()