Files
Fishing2/Assets/ThirdParty/StompyRobot/SRDebugger/Scripts/Services/IDebugCameraService.cs
2025-05-10 12:49:47 +08:00

10 lines
145 B
C#

namespace SRDebugger.Services
{
using UnityEngine;
public interface IDebugCameraService
{
Camera Camera { get; }
}
}