Dayz Explorer  1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
actioninstantbase.c
Go to the documentation of this file.
2 {
3  override bool IsInstant()
4  {
5  return true;
6  }
7 };
ActionInstantBase
Definition: actioninstantbase.c:1
ActionBase
void ActionBase()
Definition: actionbase.c:73