コード例 #1
0
ファイル: Window.cpp プロジェクト: Solexid/MCServer
void cWindow::OnPaintBegin(cPlayer & a_Player)
{
	// Prepares the internal structures for inventory painting from the specified player
	a_Player.ClearInventoryPaintSlots();
}