mirror of
https://github.com/Patoke/LCERenewed.git
synced 2026-08-27 06:55:00 +00:00
feat: init
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
#include "stdafx.h"
|
||||
#include "TheEndPortalTileEntity.h"
|
||||
|
||||
// 4J Added
|
||||
shared_ptr<TileEntity> TheEndPortalTileEntity::clone()
|
||||
{
|
||||
shared_ptr<TheEndPortalTileEntity> result = shared_ptr<TheEndPortalTileEntity>( new TheEndPortalTileEntity() );
|
||||
TileEntity::clone(result);
|
||||
return result;
|
||||
}
|
||||
Reference in New Issue
Block a user