using System;
using UnityEngine;

public class HurtableDotsGetter : MonoBehaviour
{
	public ParticleSystem dotsParticleSystem;
}