﻿using System.Collections;
using System.Collections.Generic;
using UnityEngine;

public class DamageZone : MonoBehaviour {

	public float damagePerSecond = 1000f;
	public float balanceDamagePerSecond = 0f;
}
