Initial commit
This commit is contained in:
11
Minecraft.Client/SuspendedTownParticle.h
Normal file
11
Minecraft.Client/SuspendedTownParticle.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#pragma once
|
||||
|
||||
#include "Particle.h"
|
||||
|
||||
class SuspendedTownParticle : public Particle
|
||||
{
|
||||
public:
|
||||
virtual eINSTANCEOF GetType() { return eType_SUSPENDEDTOWNPARTICLE; }
|
||||
SuspendedTownParticle(Level *level, double x, double y, double z, double xa, double ya, double za);
|
||||
void tick();
|
||||
};
|
||||
Reference in New Issue
Block a user