mirror of
https://git.neolegacy.dev/pieeebot/cafeberry.git
synced 2026-09-23 11:32:45 +00:00
9 lines
72 B
C
9 lines
72 B
C
#pragma once
|
|
|
|
enum MobType
|
|
{
|
|
UNDEFINED,
|
|
|
|
UNDEAD,
|
|
ARTHROPOD
|
|
}; |