Elin Decompiled Documentation EA 23.102 Nightly
Loading...
Searching...
No Matches
UnityEventBool.cs
Go to the documentation of this file.
1using System;
2using UnityEngine.Events;
3
4[Serializable]
5public class UnityEventBool : UnityEvent<bool>
6{
7}