first commit
This commit is contained in:
11
Minecraft.World/Npc.h
Normal file
11
Minecraft.World/Npc.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#pragma once
|
||||
|
||||
#include "Creature.h"
|
||||
|
||||
class Level;
|
||||
|
||||
class Npc : public Creature
|
||||
{
|
||||
public:
|
||||
Npc() {}
|
||||
};
|
||||
Reference in New Issue
Block a user