Files

7 lines
111 B
C#
Raw Permalink Normal View History

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