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