10 lines
145 B
C#
10 lines
145 B
C#
|
namespace SRDebugger.Services
|
|||
|
{
|
|||
|
using UnityEngine;
|
|||
|
|
|||
|
public interface IDebugCameraService
|
|||
|
{
|
|||
|
Camera Camera { get; }
|
|||
|
}
|
|||
|
}
|