Files
MCLEServer/Minecraft.Client/Common/XUI/XUI_BasePlayer.cpp
T
2026-05-08 05:15:08 -07:00

10 lines
169 B
C++

#include "stdafx.h"
#include <assert.h>
#include "XUI_BasePlayer.h"
HRESULT CXuiSceneBasePlayer::OnInit( XUIMessageInit* pInitData, BOOL& bHandled )
{
return S_OK;
}