10 lines
185 B
C#
10 lines
185 B
C#
using System;
|
|
using UnityEngine;
|
|
|
|
namespace NBF
|
|
{
|
|
public class InteractiveObject : MonoBehaviour
|
|
{
|
|
[Header("交互类型")] public UIDef.InteractiveType Type;
|
|
}
|
|
} |