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

public class Medipack : RigidbodyProjectile {

	public float reducedLifetimePerResupply = 5f;

}
