mirror of
https://github.com/DrPerkyLegit/LCEServerTest.git
synced 2026-06-11 07:01:56 +00:00
removed git history
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