index
:
MinecraftConsoles.git
main
Minecraft Legacy Console Edition
ProsperousPotato
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Minecraft.World
/
MobType.h
blob: 40ba118b53fcad2360745c8e7cc33e7255e0e281 (
plain
)
1
2
3
4
5
6
7
8
9
#pragma once
enum
MobType
{
UNDEFINED
,
UNDEAD
,
ARTHROPOD
};