Files
hsmod_original/hm_gameserver/src/include/proto/ent_gen.h
T
2024-05-11 13:44:45 +00:00

13 lines
279 B
C

#ifndef ENTGEN_H_
#define ENTGEN_H_
#define MAX_ENTITIES 132
#define MAX_BEASTS 0
#define MAX_TOTEMS 0
#define MAX_TOTEMIC_CALL 0
#define MAX_HEROPOWER 3
const char *totemic_call[MAX_TOTEMIC_CALL];
const char *race_beast[MAX_BEASTS];
const char *race_totems[MAX_TOTEMS];
#endif