first commit
This commit is contained in:
13
Minecraft.Client/EndermanModel.h
Normal file
13
Minecraft.Client/EndermanModel.h
Normal file
@@ -0,0 +1,13 @@
|
||||
#pragma once
|
||||
|
||||
#include "HumanoidModel.h"
|
||||
|
||||
class EndermanModel : public HumanoidModel
|
||||
{
|
||||
public:
|
||||
bool carrying;
|
||||
bool creepy;
|
||||
|
||||
EndermanModel();
|
||||
virtual void setupAnim(float time, float r, float bob, float yRot, float xRot, float scale, unsigned int uiBitmaskOverrideAnim=0);
|
||||
};
|
||||
Reference in New Issue
Block a user