1
0

Adding Family for monsters : Hostile/Passive/Water/Ambient

This commit is contained in:
mgueydan
2013-09-07 20:02:50 +02:00
parent 04aebd944b
commit 1e02e04d2c
9 changed files with 56 additions and 6 deletions

View File

@@ -54,4 +54,7 @@ void cSquid::Tick(float a_Dt, cChunk & a_Chunk)
cMonster::eFamily cSquid::GetMobFamily() const
{
return mfWater;
}