December 2014 files
This commit is contained in:
17
Minecraft.World/AmbientCreature.cpp
Normal file
17
Minecraft.World/AmbientCreature.cpp
Normal file
@@ -0,0 +1,17 @@
|
||||
#include "stdafx.h"
|
||||
|
||||
#include "AmbientCreature.h"
|
||||
|
||||
AmbientCreature::AmbientCreature(Level *level) : Mob(level)
|
||||
{
|
||||
}
|
||||
|
||||
bool AmbientCreature::canBeLeashed()
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
bool AmbientCreature::mobInteract(shared_ptr<Player> player)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
Reference in New Issue
Block a user