调整目录结构
This commit is contained in:
10
Assets/Scripts/Model/Common/Input/InteractiveObject.cs
Normal file
10
Assets/Scripts/Model/Common/Input/InteractiveObject.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using System;
|
||||
using UnityEngine;
|
||||
|
||||
namespace NBF
|
||||
{
|
||||
public class InteractiveObject : MonoBehaviour
|
||||
{
|
||||
[Header("交互类型")] public UIDef.InteractiveType Type;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user