Files
minecraft-pe-0.6.1/src/world/entity/Creature.h
2026-03-02 22:04:18 +03:00

10 lines
220 B
C++
Executable File

#ifndef NET_MINECRAFT_WORLD_ENTITY__Creature_H__
#define NET_MINECRAFT_WORLD_ENTITY__Creature_H__
//package net.minecraft.world.entity;
class Creature {
};
#endif /*NET_MINECRAFT_WORLD_ENTITY__Creature_H__*/