first commit
This commit is contained in:
9
Minecraft.Client/Common/XUI/XUI_BasePlayer.cpp
Normal file
9
Minecraft.Client/Common/XUI/XUI_BasePlayer.cpp
Normal file
@@ -0,0 +1,9 @@
|
||||
#include "stdafx.h"
|
||||
#include <assert.h>
|
||||
#include "XUI_BasePlayer.h"
|
||||
|
||||
HRESULT CXuiSceneBasePlayer::OnInit( XUIMessageInit* pInitData, BOOL& bHandled )
|
||||
{
|
||||
return S_OK;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user