December 2014 files
This commit is contained in:
7
Minecraft.World/RangedAttackMob.h
Normal file
7
Minecraft.World/RangedAttackMob.h
Normal file
@@ -0,0 +1,7 @@
|
||||
#pragma once
|
||||
|
||||
class RangedAttackMob
|
||||
{
|
||||
public:
|
||||
virtual void performRangedAttack(shared_ptr<LivingEntity> target, float power) = 0;
|
||||
};
|
||||
Reference in New Issue
Block a user