r2mods/ilspy_dump/ror2_csproj/RoR2.UI/PickupPickerEvent.cs

10 lines
145 B
C#

using System;
using UnityEngine.Events;
namespace RoR2.UI;
[Serializable]
public class PickupPickerEvent : UnityEvent<MPButton, PickupDef>
{
}