using UnityEngine;

public class PlayerEffects : MonoBehaviour
{
	public float lifeSteal;

	private void Start()
	{
	}
}