chore: import upstream snapshot with attribution
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
using UnityEngine;
|
||||
using UnityEngine.Events;
|
||||
|
||||
namespace TestNamespace
|
||||
{
|
||||
public class UnityEventTestComponent : MonoBehaviour
|
||||
{
|
||||
public UnityEvent onSimpleEvent;
|
||||
public UnityEvent<float> onFloatEvent;
|
||||
|
||||
[SerializeField]
|
||||
private UnityEvent _onPrivateEvent;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user