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