Files

8 lines
108 B
C#
Raw Permalink Normal View History

2021-11-02 15:28:40 +01:00
using System;
using UnityEngine.Events;
[Serializable]
public class UnityEventInt : UnityEvent<int>
{
}