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