mirror of
https://github.com/DrPerkyLegit/LCEServerTest.git
synced 2026-05-22 19:44:32 +00:00
11 lines
178 B
C++
11 lines
178 B
C++
#include "stdafx.h"
|
|
#include "..\..\..\Minecraft.World\ItemInstance.h"
|
|
|
|
#include "Tutorial.h"
|
|
#include "XuiCraftingTask.h"
|
|
|
|
bool XuiCraftingTask::isCompleted()
|
|
{
|
|
return true;
|
|
}
|