Beispiel #1
0
void CGlobalTerrain::SetBlockDamageTexture(const char* textureName)
{
	BlockWorldClient* mgr = BlockWorldClient::GetInstance();
	if (mgr && textureName != NULL)
		mgr->SetDamageTexture(textureName);
}