vomit.c 95 B

1234567
  1. class EffVomit : EffectParticle
  2. {
  3. void EffVomit()
  4. {
  5. SetParticleID(ParticleList.VOMIT);
  6. }
  7. }