Files
mc-lce/Minecraft.World/MobType.h
2026-03-01 02:38:58 +02:00

9 lines
64 B
C

#pragma once
enum MobType
{
UNDEFINED,
UNDEAD,
ARTHROPOD
};