8 lines
143 B
C#
8 lines
143 B
C#
using System;
|
|
using GameNetcodeStuff;
|
|
using UnityEngine.Events;
|
|
|
|
[Serializable]
|
|
public class InteractEvent : UnityEvent<PlayerControllerB>
|
|
{
|
|
}
|