using System;
using UnityEngine;
public delegate void OnProjectileHit(Collider collider, Vector3 hitPoint, bool water);