D3ltaQ's picture
Upload 2197 files
24b81cb verified
raw
history blame contribute delete
126 Bytes
class LandmineExplosion : EffectParticle
{
void LandmineExplosion()
{
SetParticleID(ParticleList.EXPLOSION_LANDMINE);
}
}