mirror of
https://gitee.com/jisol/jisol-game/
synced 2025-06-27 20:04:35 +00:00
10 lines
145 B
C#
10 lines
145 B
C#
|
namespace SRDebugger.Services
|
|||
|
{
|
|||
|
using UnityEngine;
|
|||
|
|
|||
|
public interface IDebugCameraService
|
|||
|
{
|
|||
|
Camera Camera { get; }
|
|||
|
}
|
|||
|
}
|