7 lines
129 B
C#
7 lines
129 B
C#
namespace DanieleMarotta.RiversongCodeShowcase
|
|
{
|
|
public interface ICameraProperties
|
|
{
|
|
float Zoom { get; }
|
|
}
|
|
} |