File size: 160 Bytes
24b81cb
 
 
 
 
 
 
1
2
3
4
5
6
7
8
class PPEMatClassParameterTexture extends PPEMatClassParameterCommandData
{
	override int GetParameterVarType()
	{
		return PPEConstants.VAR_TYPE_TEXTURE;
	}
}