mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-05-12 10:08:23 +00:00
10 lines
127 B
C++
10 lines
127 B
C++
#pragma once
|
|
|
|
#include "minecraft/world/entity/Creature.h"
|
|
|
|
class Level;
|
|
|
|
class Npc : public Creature {
|
|
public:
|
|
Npc() {}
|
|
}; |