目录调整,旧钓鱼逻辑全部注释
This commit is contained in:
3
Assets/Scripts/Common/Input.meta
Normal file
3
Assets/Scripts/Common/Input.meta
Normal file
@@ -0,0 +1,3 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 1977fd60c4b24f33bc4143aaed9fba8a
|
||||
timeCreated: 1755792367
|
||||
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;
|
||||
}
|
||||
}
|
||||
3
Assets/Scripts/Common/Input/InteractiveObject.cs.meta
Normal file
3
Assets/Scripts/Common/Input/InteractiveObject.cs.meta
Normal file
@@ -0,0 +1,3 @@
|
||||
fileFormatVersion: 2
|
||||
guid: aa29ad8321da4a29a6fb475e9e97f87e
|
||||
timeCreated: 1747577976
|
||||
2773
Assets/Scripts/Common/Input/PlayerInputControl.cs
Normal file
2773
Assets/Scripts/Common/Input/PlayerInputControl.cs
Normal file
File diff suppressed because it is too large
Load Diff
2
Assets/Scripts/Common/Input/PlayerInputControl.cs.meta
Normal file
2
Assets/Scripts/Common/Input/PlayerInputControl.cs.meta
Normal file
@@ -0,0 +1,2 @@
|
||||
fileFormatVersion: 2
|
||||
guid: cdaa795bad2ccc34faab0c9036785b02
|
||||
Reference in New Issue
Block a user