mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/LCE-Revelations.git
synced 2026-05-25 11:55:50 +00:00
9 lines
64 B
C
9 lines
64 B
C
#pragma once
|
|
|
|
enum MobType
|
|
{
|
|
UNDEFINED,
|
|
|
|
UNDEAD,
|
|
ARTHROPOD
|
|
}; |