mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-05-23 23:03:59 +00:00
11 lines
91 B
C
11 lines
91 B
C
|
|
#pragma once
|
||
|
|
#include "Entity.h"
|
||
|
|
|
||
|
|
class Level;
|
||
|
|
|
||
|
|
class Creature
|
||
|
|
{
|
||
|
|
public:
|
||
|
|
Creature() {}
|
||
|
|
};
|