10 lines
296 B
C++
Executable File
10 lines
296 B
C++
Executable File
#ifndef NET_MINECRAFT_WORLD_ENTITY_PLAYER__InventorySlotManager_H__
|
|
#define NET_MINECRAFT_WORLD_ENTITY_PLAYER__InventorySlotManager_H__
|
|
|
|
//package net.minecraft.world.entity.player;
|
|
|
|
class InventorySlotManager {
|
|
};
|
|
|
|
#endif /*NET_MINECRAFT_WORLD_ENTITY_PLAYER__InventorySlotManager_H__*/
|