﻿namespace VCI
{
    public enum VciMaterialMigrationTarget
    {
        Pbr,
        Unlit,
        MToon,
    }
}
