8 lines
123 B
C#
8 lines
123 B
C#
namespace _PROJECT.Scripts.Bow.Extra
|
|
{
|
|
public interface IArrowHittable
|
|
{
|
|
void Hit(Arrow arrow);
|
|
}
|
|
}
|