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.
127 B · 8 lines
C
at master
12345678#pragma once
class OwnableEntity{public: virtual wstring getOwnerUUID() = 0; virtual shared_ptr<Entity> getOwner() = 0;};