Files
2026-03-08 13:41:16 -05:00

9 lines
64 B
C

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