8 lines
135 B
C#
8 lines
135 B
C#
|
using UnityEngine.EventSystems;
|
||
|
|
||
|
namespace SLZ.Marrow.Combat
|
||
|
{
|
||
|
public interface IAttackReceiver : IEventSystemHandler
|
||
|
{
|
||
|
}
|
||
|
}
|