8 lines
180 B
C#
8 lines
180 B
C#
using UnityEngine;
|
|
|
|
[CreateAssetMenu(fileName = "ObjectInteraction", menuName = "Scriptable Objects/ObjectInteraction")]
|
|
public class ObjectInteraction : ScriptableObject
|
|
{
|
|
|
|
}
|