Files
cafeberry/Minecraft.World/MobType.h
T
2026-07-03 18:34:01 +01:00

9 lines
72 B
C

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