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

5 lines
69 B
C#

using UnityEngine.Events;
public class SimpleEvent : UnityEvent
{
}