9 lines
167 B
C#
9 lines
167 B
C#
using System;
|
|
using UnityEngine.Events;
|
|
|
|
// Token: 0x020010B4 RID: 4276
|
|
[Serializable]
|
|
public class PlayerHandOverlapRegionEvent : UnityEvent<PlayerHand, bool>
|
|
{
|
|
}
|