the game where you go into mines and start crafting! but for consoles (forked directly from smartcmd's github)
at main 7 lines 131 B view raw
1#pragma once 2 3class Projectile 4{ 5public: 6 virtual void shoot(double xd, double yd, double zd, float pow, float uncertainty) = 0; 7};