1
0
cuberite-2a/src/Mobs/Bat.cpp

15 lines
252 B
C++
Raw Normal View History

#include "Globals.h" // NOTE: MSVC stupidness requires this to be the same across all modules
#include "Bat.h"
2014-03-11 14:01:17 +00:00
#include "../Vector3.h"
#include "../Chunk.h"
cBat::cBat(void) :
super("Bat", mtBat, "mob.bat.hurt", "mob.bat.death", 0.5, 0.9)
{
}