#pragma once #include "minecraft/world/entity/Creature.h" class Level; class Npc : public Creature { public: Npc() {} };