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