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