Files
2026-03-08 10:09:54 +01:00

9 lines
72 B
C

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