mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-03-24 19:34:42 -05:00
7 lines
163 B
C#
7 lines
163 B
C#
namespace UniVRM10
|
|
{
|
|
public interface IExpressionValidatorFactory
|
|
{
|
|
IExpressionValidator Create(VRM10ObjectExpression expressionAvatar);
|
|
}
|
|
} |