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

8 lines
143 B
C#

using System;
using GameNetcodeStuff;
using UnityEngine.Events;
[Serializable]
public class InteractEvent : UnityEvent<PlayerControllerB>
{
}