D3ltaQ's picture
Upload 2197 files
24b81cb verified
raw
history blame contribute delete
242 Bytes
class PlantMaterialHealth
{
string m_InfestedTex;
string m_InfestedMat;
string m_HealthyTex;
string m_HealthyMat;
void PlantMaterialHealth()
{
m_InfestedTex = "";
m_InfestedMat = "";
m_HealthyTex = "";
m_HealthyMat = "";
}
}