脚本重构

This commit is contained in:
2025-01-14 20:40:54 +08:00
parent 96e87cc8d0
commit a55300df21
35 changed files with 840 additions and 1593 deletions
@@ -23,7 +23,7 @@ public class EyeSystem : MonoBehaviour
public GameObject eyeView;
public ViewCameraManager cameraManager;
private IEyeStateEffect eyeStateEffect;
private EyeData _eyeData;
private EyeData _eyeData=new ();
private Tween hsvShiftTween;
private MouseFollowAndZoom mouseFollowAndZoom;
private void Awake()