LethalCompany/Lethal Company/ExportedProject/Assets/Scripts/Assembly-CSharp/InteractEvent.cs

9 lines
143 B
C#
Raw Normal View History

2023-12-22 22:51:17 +00:00
using System;
using GameNetcodeStuff;
using UnityEngine.Events;
[Serializable]
public class InteractEvent : UnityEvent<PlayerControllerB>
{
}