﻿namespace UniVRM10
{
    internal interface ILookAtEyeDirectionProvider
    {
        LookAtEyeDirection EyeDirection { get; }
    }
}