mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-05-30 12:16:20 +00:00
10 lines
104 B
C++
10 lines
104 B
C++
#pragma once
|
|
|
|
#include "Creature.h"
|
|
|
|
class Level;
|
|
|
|
class Npc : public Creature {
|
|
public:
|
|
Npc() {}
|
|
}; |