File size: 119 Bytes
24b81cb
 
 
 
 
 
 
1
2
3
4
5
6
7
class BloodSplatter : EffectParticle
{
	void BloodSplatter()
	{
		SetParticleID(ParticleList.BLOOD_SURFACE_DROPS);
	}
}