Files
LegacyMultiplayerProject/Minecraft.Client/Common/XUI/XUI_BasePlayer.cpp
DrPerkyLegit b3e825ef9c Initial commit
2026-06-23 01:07:42 -04: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;
}