mirror of
https://github.com/DrPerkyLegit/LCEServerTest.git
synced 2026-06-11 07:01:56 +00:00
removed git history
This commit is contained in:
11
Minecraft.World/AnimalChest.cpp
Normal file
11
Minecraft.World/AnimalChest.cpp
Normal file
@@ -0,0 +1,11 @@
|
||||
#include "stdafx.h"
|
||||
|
||||
#include "AnimalChest.h"
|
||||
|
||||
AnimalChest::AnimalChest(const wstring &name, int size) : SimpleContainer(IDS_CONTAINER_ANIMAL, name, false, size)
|
||||
{
|
||||
}
|
||||
|
||||
AnimalChest::AnimalChest(int iTitle, const wstring &name, bool hasCustomName, int size) : SimpleContainer(iTitle, name, hasCustomName, size)
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user