Dayz Explorer  1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
lightai.c
Go to the documentation of this file.
1 //-----------------------------------------------------------------------------
2 class Animal extends LightAISuper
3 {
4 };
5 
6 //-----------------------------------------------------------------------------
7 class Zombie extends LightAISuper
8 {
9 };
LightAISuper
Definition: lightai.c:2