mirror of
https://github.com/Patoke/LCERenewed.git
synced 2026-08-28 07:25:00 +00:00
feat: init
This commit is contained in:
@@ -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