mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-05-19 11:53:51 +00:00
9 lines
64 B
C
9 lines
64 B
C
|
|
#pragma once
|
||
|
|
|
||
|
|
enum MobType
|
||
|
|
{
|
||
|
|
UNDEFINED,
|
||
|
|
|
||
|
|
UNDEAD,
|
||
|
|
ARTHROPOD
|
||
|
|
};
|