using System;
using UnityEngine.Events;
namespace RoR2;
[Serializable]
public class CharacterMasterUnityEvent : UnityEvent<CharacterMaster>
{
}