scripts
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
using System;
|
||||
using UnityEngine.Events;
|
||||
|
||||
// Token: 0x020010B4 RID: 4276
|
||||
[Serializable]
|
||||
public class PlayerHandOverlapRegionEvent : UnityEvent<PlayerHand, bool>
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user