9 lines
179 B
C#
9 lines
179 B
C#
using System;
|
|
using UnityEngine.Events;
|
|
|
|
// Token: 0x020010BA RID: 4282
|
|
[Serializable]
|
|
public class PlayerOverlapRegionEvent : UnityEvent<Player, Player.HDOICGIKKAO, bool>
|
|
{
|
|
}
|