9 lines
64 B
C
9 lines
64 B
C
#pragma once
|
|
|
|
enum MobType
|
|
{
|
|
UNDEFINED,
|
|
|
|
UNDEAD,
|
|
ARTHROPOD
|
|
}; |