Files
2026-05-16 11:30:28 -04:00

9 lines
64 B
C

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