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