mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-07-19 00:38:15 +00:00
chore: format Minecraft.Client
This commit is contained in:
@@ -1,13 +1,14 @@
|
||||
#pragma once
|
||||
#include "ZombieModel.h"
|
||||
|
||||
class SkeletonModel : public ZombieModel
|
||||
{
|
||||
class SkeletonModel : public ZombieModel {
|
||||
private:
|
||||
void _init(float g);
|
||||
void _init(float g);
|
||||
|
||||
public:
|
||||
SkeletonModel();
|
||||
SkeletonModel(float g);
|
||||
virtual void setupAnim(float time, float r, float bob, float yRot, float xRot, float scale, unsigned int uiBitmaskOverrideAnim=0);
|
||||
SkeletonModel();
|
||||
SkeletonModel(float g);
|
||||
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