Files
Fishing2/Assets/Scripts/Common/Input/InteractiveObject.cs

10 lines
185 B
C#

using System;
using UnityEngine;
namespace NBF
{
public class InteractiveObject : MonoBehaviour
{
[Header("交互类型")] public UIDef.InteractiveType Type;
}
}