Something went wrong. Try again.
the game where you go into mines and start crafting! but for consoles (forked directly from smartcmd's github)
Something went wrong. Try again.
247 B · 10 lines
C
at main
12345678910#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();};