﻿using System.Runtime.CompilerServices;

#if UNITY_EDITOR
[assembly: InternalsVisibleTo("UniVCI.Editor")]
#endif
