目录调整,旧钓鱼逻辑全部注释
This commit is contained in:
10
Assets/Scripts/Common/Input/InteractiveObject.cs
Normal file
10
Assets/Scripts/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