8 lines
107 B
C#
8 lines
107 B
C#
|
using System;
|
||
|
using UnityEngine.Events;
|
||
|
|
||
|
[Serializable]
|
||
|
public class GrabbableObjectEvent : UnityEvent
|
||
|
{
|
||
|
}
|