LethalCompany/Lethal Company/ExportedProject/Assets/Scripts/Assembly-CSharp/OnSwitchPowerEvent.cs
2023-12-22 18:30:10 -05:00

7 lines
111 B
C#

using System;
using UnityEngine.Events;
[Serializable]
public class OnSwitchPowerEvent : UnityEvent<bool>
{
}